#12559B

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

Shades of Endeavour #12559B

Tints of Endeavour #12559B

Color information

#12559B (or 0x12559B) is unknown color: approx Endeavour. HEX triplet: 12, 55 and 9B. RGB value is (18,85,155). Sum of RGB (Red+Green+Blue) = 18+85+155=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #12559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12559B is #EDAA64. Grayscale: #484848. Windows color (decimal): -15575653 or 10179858. OLE color: 10179858.

HSL color Cylindrical-coordinate representation of color #12559B: hue angle of 210.66º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12559B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1885155-
CMYK0.880.4500.39
HSL210.66º79.19%33.92%-
HSV(B)210.66º88.39%60.78%-
XYZ9.418.9932.25-
YUV72.95174.388.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 155 (60.94% from 255) = 60.08%
R=6.98%
G=32.95%
B=60.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18851550.880.4500.39210.6679.1933.92
Hex12559B582D027d34f22
Octal221252331305504732311742
Binary1001010101011001101110110001011010100111110100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12559B; }

 p { color: rgb(18,85,155); }

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

<style>
 a { background-color: #12559B; }

 a { background-color: rgb(18,85,155); }

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

<style>
 span { border-color: #12559B; }

 span { border-color: rgb(18,85,155); }

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