Html Css Color HEX #12499B Cobalt

📋 copy color: '#12499B'

red 18 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #12499B

Tints of Cobalt #12499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 7.32%
G = 29.67%
B = 63.01%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12499B (or 0x12499B) is known color: Cobalt. HEX triplet: 12, 49 and 9B. RGB value is (18,73,155). Sum of RGB (Red+Green+Blue) = 18+73+155=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #12499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12499B is #EDB664. Grayscale: #414141. Windows color (decimal): -15578725 or 10176786. OLE color: 10176786.

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

Color convert

RGB 18 73 155 -
CMYK 0.88 0.53 0 0.39
HSL 215.91º 0.79% 0.34% -
HSV(B) 215.91º 0.88% 0.61% -
XYZ 8.55 7.26 31.96 -
YUV 65.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 18 73 155 0.88 0.53 0 0.39 215.91 0.79 0.34
Hex 12 49 9B 58 35 0 27 D8 4F 22
Octal 22 111 233 130 65 0 47 330 117 42
Binary 10010 1001001 10011011 1011000 110101 0 100111 11011000 1001111 100010

Color Harmonies of #12499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12499B

Black with #12499B

Text Example


Text Example

White with #12499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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