#12629A

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

Shades of Endeavour #12629A

Tints of Endeavour #12629A

Color information

#12629A (or 0x12629A) is unknown color: approx Endeavour. HEX triplet: 12, 62 and 9A. RGB value is (18,98,154). Sum of RGB (Red+Green+Blue) = 18+98+154=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #12629A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12629A is #ED9D65. Grayscale: #505050. Windows color (decimal): -15572326 or 10117650. OLE color: 10117650.

HSL color Cylindrical-coordinate representation of color #12629A: hue angle of 204.71º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12629A is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1898154-
CMYK0.880.3600.40
HSL204.71º79.07%33.73%-
HSV(B)204.71º88.31%60.39%-
XYZ10.4511.232.18-
YUV80.46169.583.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=6.67%
G=36.30%
B=57.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18981540.880.3600.40204.7179.0733.73
Hex12629A5824028cd4f22
Octal221422321304405031511742
Binary1001011000101001101010110001001000101000110011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12629A; }

 p { color: rgb(18,98,154); }

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

<style>
 a { background-color: #12629A; }

 a { background-color: rgb(18,98,154); }

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

<style>
 span { border-color: #12629A; }

 span { border-color: rgb(18,98,154); }

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