Html Css Color HEX #12579C Endeavour

📋 copy color: '#12579C'

red 18 ◦ green 87 ◦ blue 156

#12579C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #12579C

Tints of Endeavour #12579C

RGB

 RED value IS 18 (7.42% from 255) = 6.9%

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 6.9%
G = 33.33%
B = 59.77%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12579C (or 0x12579C) is known color: Endeavour. HEX triplet: 12, 57 and 9C. RGB value is (18,87,156). Sum of RGB (Red+Green+Blue) = 18+87+156=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #12579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12579C is #EDA863. Grayscale: #494949. Windows color (decimal): -15575140 or 10245906. OLE color: 10245906.

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

Color convert

RGB 18 87 156 -
CMYK 0.88 0.44 0 0.39
HSL 210º 0.79% 0.34% -
HSV(B) 210º 0.88% 0.61% -
XYZ 9.66 9.35 32.75 -
YUV 74.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 18 87 156 0.88 0.44 0 0.39 210 0.79 0.34
Hex 12 57 9C 58 2C 0 27 D2 4F 22
Octal 22 127 234 130 54 0 47 322 117 42
Binary 10010 1010111 10011100 1011000 101100 0 100111 11010010 1001111 100010

Color Harmonies of #12579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12579C

Black with #12579C

Text Example


Text Example

White with #12579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12579C; }

 p { color: rgb(18,87,156); }

 H1.HeaderClassName
 {
   color: #12579C;
 }
 .AnyTagClassName
 {
   color: #12579C;
 }
</style>

background-color css

<style>
 a { background-color: #12579C; }

 a { background-color: rgb(18,87,156); }

 div.DivClassName
 {
   background-color: #12579C;
 }
 .BgClassName
 {
   background-color: #12579C;
 }
</style>

border-color css

<style>
 span { border-color: #12579C; }

 span { border-color: rgb(18,87,156); }

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