Html Css Color HEX #12529E Cobalt

📋 copy color: '#12529E'

red 18 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #12529E

Tints of Cobalt #12529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 6.98%
G = 31.78%
B = 61.24%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12529E (or 0x12529E) is known color: Cobalt. HEX triplet: 12, 52 and 9E. RGB value is (18,82,158). Sum of RGB (Red+Green+Blue) = 18+82+158=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #12529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12529E is #EDAD61. Grayscale: #474747. Windows color (decimal): -15576418 or 10375698. OLE color: 10375698.

HSL color Cylindrical-coordinate representation of color #12529E: hue angle of 212.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12529E is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 82 158 -
CMYK 0.89 0.48 0 0.38
HSL 212.57º 0.8% 0.35% -
HSV(B) 212.57º 0.89% 0.62% -
XYZ 9.44 8.63 33.52 -
YUV 71.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 18 82 158 0.89 0.48 0 0.38 212.57 0.8 0.35
Hex 12 52 9E 59 30 0 26 D5 50 23
Octal 22 122 236 131 60 0 46 325 120 43
Binary 10010 1010010 10011110 1011001 110000 0 100110 11010101 1010000 100011

Color Harmonies of #12529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12529E

Black with #12529E

Text Example


Text Example

White with #12529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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