Html Css Color HEX #12499D Cobalt

📋 copy color: '#12499D'

red 18 ◦ green 73 ◦ blue 157

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

Shades of Cobalt #12499D

Tints of Cobalt #12499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 7.26%
G = 29.44%
B = 63.31%

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

#12499D (or 0x12499D) is known color: Cobalt. HEX triplet: 12, 49 and 9D. RGB value is (18,73,157). Sum of RGB (Red+Green+Blue) = 18+73+157=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #12499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499D is #EDB662. Grayscale: #414141. Windows color (decimal): -15578723 or 10307858. OLE color: 10307858.

HSL color Cylindrical-coordinate representation of color #12499D: hue angle of 216.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12499D is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 73 157 -
CMYK 0.89 0.54 0 0.38
HSL 216.26º 0.79% 0.34% -
HSV(B) 216.26º 0.89% 0.62% -
XYZ 8.72 7.33 32.85 -
YUV 66.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 18 73 157 0.89 0.54 0 0.38 216.26 0.79 0.34
Hex 12 49 9D 59 36 0 26 D8 4F 22
Octal 22 111 235 131 66 0 46 330 117 42
Binary 10010 1001001 10011101 1011001 110110 0 100110 11011000 1001111 100010

Color Harmonies of #12499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12499D

Black with #12499D

Text Example


Text Example

White with #12499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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