Html Css Color HEX #12529C Cobalt

📋 copy color: '#12529C'

red 18 ◦ green 82 ◦ blue 156

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

Shades of Cobalt #12529C

Tints of Cobalt #12529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

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

R = 7.03%
G = 32.03%
B = 60.94%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12529C (or 0x12529C) is known color: Cobalt. HEX triplet: 12, 52 and 9C. RGB value is (18,82,156). Sum of RGB (Red+Green+Blue) = 18+82+156=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #12529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12529C is #EDAD63. Grayscale: #464646. Windows color (decimal): -15576420 or 10244626. OLE color: 10244626.

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

Color convert

RGB 18 82 156 -
CMYK 0.88 0.47 0 0.39
HSL 212.17º 0.79% 0.34% -
HSV(B) 212.17º 0.88% 0.61% -
XYZ 9.27 8.56 32.62 -
YUV 71.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 18 82 156 0.88 0.47 0 0.39 212.17 0.79 0.34
Hex 12 52 9C 58 2F 0 27 D4 4F 22
Octal 22 122 234 130 57 0 47 324 117 42
Binary 10010 1010010 10011100 1011000 101111 0 100111 11010100 1001111 100010

Color Harmonies of #12529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12529C

Black with #12529C

Text Example


Text Example

White with #12529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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