Html Css Color HEX #0C48AD Cobalt

📋 copy color: '#0C48AD'

red 12 ◦ green 72 ◦ blue 173

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

Shades of Cobalt #0C48AD

Tints of Cobalt #0C48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 173 (67.97% from 255) = 67.32%

R = 4.67%
G = 28.02%
B = 67.32%

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

#0C48AD (or 0x0C48AD) is known color: Cobalt. HEX triplet: 0C, 48 and AD. RGB value is (12,72,173). Sum of RGB (Red+Green+Blue) = 12+72+173=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C48AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C48AD is #F3B752. Grayscale: #414141. Windows color (decimal): -15972179 or 11356172. OLE color: 11356172.

HSL color Cylindrical-coordinate representation of color #0C48AD: hue angle of 217.64º 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 #0C48AD is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 72 173 -
CMYK 0.93 0.58 0 0.32
HSL 217.64º 0.87% 0.36% -
HSV(B) 217.64º 0.93% 0.68% -
XYZ 10.01 7.73 40.5 -
YUV 65.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 12 72 173 0.93 0.58 0 0.32 217.64 0.87 0.36
Hex C 48 AD 5D 3A 0 20 DA 57 24
Octal 14 110 255 135 72 0 40 332 127 44
Binary 1100 1001000 10101101 1011101 111010 0 100000 11011010 1010111 100100

Color Harmonies of #0C48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C48AD

Black with #0C48AD

Text Example


Text Example

White with #0C48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,173); }

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

background-color css

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

 a { background-color: rgb(12,72,173); }

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

border-color css

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

 span { border-color: rgb(12,72,173); }

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