#15619F

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

Shades of Endeavour #15619F

Tints of Endeavour #15619F

Color information

#15619F (or 0x15619F) is unknown color: approx Endeavour. HEX triplet: 15, 61 and 9F. RGB value is (21,97,159). Sum of RGB (Red+Green+Blue) = 21+97+159=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #15619F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15619F is #EA9E60. Grayscale: #515151. Windows color (decimal): -15375969 or 10445077. OLE color: 10445077.

HSL color Cylindrical-coordinate representation of color #15619F: hue angle of 206.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15619F is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2197159-
CMYK0.870.3900.38
HSL206.96º76.67%35.29%-
HSV(B)206.96º86.79%62.35%-
XYZ10.8411.2134.39-
YUV81.34171.8284.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=7.58%
G=35.02%
B=57.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21971590.870.3900.38206.9676.6735.29
Hex15619F5727026cf4d23
Octal251412371274704631711543
Binary1010111000011001111110101111001110100110110011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15619F; }

 p { color: rgb(21,97,159); }

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

<style>
 a { background-color: #15619F; }

 a { background-color: rgb(21,97,159); }

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

<style>
 span { border-color: #15619F; }

 span { border-color: rgb(21,97,159); }

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