Html Css Color HEX #12549F Cobalt

📋 copy color: '#12549F'

red 18 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #12549F

Tints of Cobalt #12549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

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

R = 6.9%
G = 32.18%
B = 60.92%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12549F (or 0x12549F) is known color: Cobalt. HEX triplet: 12, 54 and 9F. RGB value is (18,84,159). Sum of RGB (Red+Green+Blue) = 18+84+159=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #12549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12549F is #EDAB60. Grayscale: #484848. Windows color (decimal): -15575905 or 10441746. OLE color: 10441746.

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

Color convert

RGB 18 84 159 -
CMYK 0.89 0.47 0 0.38
HSL 211.91º 0.8% 0.35% -
HSV(B) 211.91º 0.89% 0.62% -
XYZ 9.68 8.97 34.02 -
YUV 72.82 176.63 88.9 -
System Red Green Blue C M Y K H S L
Decimal 18 84 159 0.89 0.47 0 0.38 211.91 0.8 0.35
Hex 12 54 9F 59 2F 0 26 D4 50 23
Octal 22 124 237 131 57 0 46 324 120 43
Binary 10010 1010100 10011111 1011001 101111 0 100110 11010100 1010000 100011

Color Harmonies of #12549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12549F

Black with #12549F

Text Example


Text Example

White with #12549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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