Html Css Color HEX #0C44AD Cobalt

📋 copy color: '#0C44AD'

red 12 ◦ green 68 ◦ blue 173

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

Shades of Cobalt #0C44AD

Tints of Cobalt #0C44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 4.74%
G = 26.88%
B = 68.38%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C44AD (or 0x0C44AD) is known color: Cobalt. HEX triplet: 0C, 44 and AD. RGB value is (12,68,173). Sum of RGB (Red+Green+Blue) = 12+68+173=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C44AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C44AD is #F3BB52. Grayscale: #3E3E3E. Windows color (decimal): -15973203 or 11355148. OLE color: 11355148.

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

Color convert

RGB 12 68 173 -
CMYK 0.93 0.61 0 0.32
HSL 219.13º 0.87% 0.36% -
HSV(B) 219.13º 0.93% 0.68% -
XYZ 9.76 7.23 40.42 -
YUV 63.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 12 68 173 0.93 0.61 0 0.32 219.13 0.87 0.36
Hex C 44 AD 5D 3D 0 20 DB 57 24
Octal 14 104 255 135 75 0 40 333 127 44
Binary 1100 1000100 10101101 1011101 111101 0 100000 11011011 1010111 100100

Color Harmonies of #0C44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C44AD

Black with #0C44AD

Text Example


Text Example

White with #0C44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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