Html Css Color HEX #0C49AE Cobalt

📋 copy color: '#0C49AE'

red 12 ◦ green 73 ◦ blue 174

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

Shades of Cobalt #0C49AE

Tints of Cobalt #0C49AE

RGB

 RED value IS 12 (5.08% from 255) = 4.63%

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

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 4.63%
G = 28.19%
B = 67.18%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C49AE (or 0x0C49AE) is known color: Cobalt. HEX triplet: 0C, 49 and AE. RGB value is (12,73,174). Sum of RGB (Red+Green+Blue) = 12+73+174=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C49AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C49AE is #F3B651. Grayscale: #414141. Windows color (decimal): -15971922 or 11421964. OLE color: 11421964.

HSL color Cylindrical-coordinate representation of color #0C49AE: hue angle of 217.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C49AE is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 73 174 -
CMYK 0.93 0.58 0 0.32
HSL 217.41º 0.87% 0.36% -
HSV(B) 217.41º 0.93% 0.68% -
XYZ 10.17 7.9 41.03 -
YUV 66.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 12 73 174 0.93 0.58 0 0.32 217.41 0.87 0.36
Hex C 49 AE 5D 3A 0 20 D9 57 24
Octal 14 111 256 135 72 0 40 331 127 44
Binary 1100 1001001 10101110 1011101 111010 0 100000 11011001 1010111 100100

Color Harmonies of #0C49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49AE

Black with #0C49AE

Text Example


Text Example

White with #0C49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C49AE; }

 p { color: rgb(12,73,174); }

 H1.HeaderClassName
 {
   color: #0C49AE;
 }
 .AnyTagClassName
 {
   color: #0C49AE;
 }
</style>

background-color css

<style>
 a { background-color: #0C49AE; }

 a { background-color: rgb(12,73,174); }

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

border-color css

<style>
 span { border-color: #0C49AE; }

 span { border-color: rgb(12,73,174); }

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