Html Css Color HEX #12499A Cobalt

📋 copy color: '#12499A'

red 18 ◦ green 73 ◦ blue 154

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

Shades of Cobalt #12499A

Tints of Cobalt #12499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 7.35%
G = 29.8%
B = 62.86%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12499A (or 0x12499A) is known color: Cobalt. HEX triplet: 12, 49 and 9A. RGB value is (18,73,154). Sum of RGB (Red+Green+Blue) = 18+73+154=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #12499A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499A is #EDB665. Grayscale: #414141. Windows color (decimal): -15578726 or 10111250. OLE color: 10111250.

HSL color Cylindrical-coordinate representation of color #12499A: hue angle of 215.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12499A is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 73 154 -
CMYK 0.88 0.53 0 0.40
HSL 215.74º 0.79% 0.34% -
HSV(B) 215.74º 0.88% 0.6% -
XYZ 8.46 7.23 31.52 -
YUV 65.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 18 73 154 0.88 0.53 0 0.40 215.74 0.79 0.34
Hex 12 49 9A 58 35 0 28 D8 4F 22
Octal 22 111 232 130 65 0 50 330 117 42
Binary 10010 1001001 10011010 1011000 110101 0 101000 11011000 1001111 100010

Color Harmonies of #12499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12499A

Black with #12499A

Text Example


Text Example

White with #12499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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