Html Css Color HEX #12499F Cobalt

📋 copy color: '#12499F'

red 18 ◦ green 73 ◦ blue 159

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

Shades of Cobalt #12499F

Tints of Cobalt #12499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 7.2%
G = 29.2%
B = 63.6%

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

#12499F (or 0x12499F) is known color: Cobalt. HEX triplet: 12, 49 and 9F. RGB value is (18,73,159). Sum of RGB (Red+Green+Blue) = 18+73+159=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #12499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499F is #EDB660. Grayscale: #414141. Windows color (decimal): -15578721 or 10438930. OLE color: 10438930.

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

Color convert

RGB 18 73 159 -
CMYK 0.89 0.54 0 0.38
HSL 216.6º 0.8% 0.35% -
HSV(B) 216.6º 0.89% 0.62% -
XYZ 8.89 7.4 33.76 -
YUV 66.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 18 73 159 0.89 0.54 0 0.38 216.6 0.8 0.35
Hex 12 49 9F 59 36 0 26 D9 50 23
Octal 22 111 237 131 66 0 46 331 120 43
Binary 10010 1001001 10011111 1011001 110110 0 100110 11011001 1010000 100011

Color Harmonies of #12499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12499F

Black with #12499F

Text Example


Text Example

White with #12499F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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