#1950A0

Color #1950A0 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1950A0

Tints of Endeavour #1950A0

Color information

#1950A0 (or 0x1950A0) is unknown color: approx Endeavour. HEX triplet: 19, 50 and A0. RGB value is (25,80,160). Sum of RGB (Red+Green+Blue) = 25+80+160=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #1950A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1950A0 is #E6AF5F. Grayscale: #484848. Windows color (decimal): -15118176 or 10506265. OLE color: 10506265.

HSL color Cylindrical-coordinate representation of color #1950A0: hue angle of 215.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1950A0 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2580160-
CMYK0.840.500.37
HSL215.56º72.97%36.27%-
HSV(B)215.56º84.38%62.75%-
XYZ9.618.4834.39-
YUV72.68177.2894-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 160 (62.89% from 255) = 60.38%
R=9.43%
G=30.19%
B=60.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25801600.840.500.37215.5672.9736.27
Hex1950A05432025d84924
Octal311202401246204533011144
Binary1100110100001010000010101001100100100101110110001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1950A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1950A0; }

 p { color: rgb(25,80,160); }

 H1.HeaderClassName
 {
   color: #1950A0;
 }
 .AnyTagClassName
 {
   color: #1950A0;
 }
</style>
background-color css

<style>
 a { background-color: #1950A0; }

 a { background-color: rgb(25,80,160); }

 div.DivClassName
 {
   background-color: #1950A0;
 }
 .BgClassName
 {
   background-color: #1950A0;
 }
</style>
border-color css

<style>
 span { border-color: #1950A0; }

 span { border-color: rgb(25,80,160); }

 td.TdClassName
 {
   border-color: #1950A0;
 }
 .TagClassName
 {
   border-color: #1950A0;
 }
</style>

cancel