Html Css Color HEX #12499E Cobalt

📋 copy color: '#12499E'

red 18 ◦ green 73 ◦ blue 158

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

Shades of Cobalt #12499E

Tints of Cobalt #12499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 7.23%
G = 29.32%
B = 63.45%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12499E (or 0x12499E) is known color: Cobalt. HEX triplet: 12, 49 and 9E. RGB value is (18,73,158). Sum of RGB (Red+Green+Blue) = 18+73+158=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #12499E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499E is #EDB661. Grayscale: #414141. Windows color (decimal): -15578722 or 10373394. OLE color: 10373394.

HSL color Cylindrical-coordinate representation of color #12499E: hue angle of 216.43º 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 #12499E is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 73 158 -
CMYK 0.89 0.54 0 0.38
HSL 216.43º 0.8% 0.35% -
HSV(B) 216.43º 0.89% 0.62% -
XYZ 8.8 7.36 33.3 -
YUV 66.25 179.78 93.59 -
System Red Green Blue C M Y K H S L
Decimal 18 73 158 0.89 0.54 0 0.38 216.43 0.8 0.35
Hex 12 49 9E 59 36 0 26 D8 50 23
Octal 22 111 236 131 66 0 46 330 120 43
Binary 10010 1001001 10011110 1011001 110110 0 100110 11011000 1010000 100011

Color Harmonies of #12499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12499E

Black with #12499E

Text Example


Text Example

White with #12499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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