#12609E

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

Shades of Endeavour #12609E

Tints of Endeavour #12609E

Color information

#12609E (or 0x12609E) is unknown color: approx Endeavour. HEX triplet: 12, 60 and 9E. RGB value is (18,96,158). Sum of RGB (Red+Green+Blue) = 18+96+158=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #12609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12609E is #ED9F61. Grayscale: #4F4F4F. Windows color (decimal): -15572834 or 10379282. OLE color: 10379282.

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

Color convert

RGB1896158-
CMYK0.890.3900.38
HSL206.57º79.55%34.51%-
HSV(B)206.57º88.61%61.96%-
XYZ10.610.9633.9-
YUV79.75172.1683.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=6.62%
G=35.29%
B=58.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18961580.890.3900.38206.5779.5534.51
Hex12609E5927026cf5023
Octal221402361314704631712043
Binary1001011000001001111010110011001110100110110011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12609E; }

 p { color: rgb(18,96,158); }

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

<style>
 a { background-color: #12609E; }

 a { background-color: rgb(18,96,158); }

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

<style>
 span { border-color: #12609E; }

 span { border-color: rgb(18,96,158); }

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