Html Css Color HEX #12559C Cobalt

📋 copy color: '#12559C'

red 18 ◦ green 85 ◦ blue 156

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

Shades of Cobalt #12559C

Tints of Cobalt #12559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

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

R = 6.95%
G = 32.82%
B = 60.23%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12559C (or 0x12559C) is known color: Cobalt. HEX triplet: 12, 55 and 9C. RGB value is (18,85,156). Sum of RGB (Red+Green+Blue) = 18+85+156=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #12559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12559C is #EDAA63. Grayscale: #484848. Windows color (decimal): -15575652 or 10245394. OLE color: 10245394.

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

Color convert

RGB 18 85 156 -
CMYK 0.88 0.46 0 0.39
HSL 210.87º 0.79% 0.34% -
HSV(B) 210.87º 0.88% 0.61% -
XYZ 9.5 9.03 32.69 -
YUV 73.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 18 85 156 0.88 0.46 0 0.39 210.87 0.79 0.34
Hex 12 55 9C 58 2E 0 27 D3 4F 22
Octal 22 125 234 130 56 0 47 323 117 42
Binary 10010 1010101 10011100 1011000 101110 0 100111 11010011 1001111 100010

Color Harmonies of #12559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12559C

Black with #12559C

Text Example


Text Example

White with #12559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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