#12569A

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

Shades of Endeavour #12569A

Tints of Endeavour #12569A

Color information

#12569A (or 0x12569A) is unknown color: approx Endeavour. HEX triplet: 12, 56 and 9A. RGB value is (18,86,154). Sum of RGB (Red+Green+Blue) = 18+86+154=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #12569A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12569A is #EDA965. Grayscale: #494949. Windows color (decimal): -15575398 or 10114578. OLE color: 10114578.

HSL color Cylindrical-coordinate representation of color #12569A: hue angle of 210º 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 #12569A is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1886154-
CMYK0.880.4400.40
HSL210º79.07%33.73%-
HSV(B)210º88.31%60.39%-
XYZ9.419.1231.84-
YUV73.42173.4788.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=6.98%
G=33.33%
B=59.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18861540.880.4400.4021079.0733.73
Hex12569A582C028d24f22
Octal221262321305405032211742
Binary1001010101101001101010110001011000101000110100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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