Html Css Color HEX #0C44AA Cobalt

📋 copy color: '#0C44AA'

red 12 ◦ green 68 ◦ blue 170

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

Shades of Cobalt #0C44AA

Tints of Cobalt #0C44AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 4.8%
G = 27.2%
B = 68%

CMYK

 C value IS 0.93

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C44AA (or 0x0C44AA) is known color: Cobalt. HEX triplet: 0C, 44 and AA. RGB value is (12,68,170). Sum of RGB (Red+Green+Blue) = 12+68+170=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C44AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C44AA is #F3BB55. Grayscale: #3E3E3E. Windows color (decimal): -15973206 or 11158540. OLE color: 11158540.

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

Color convert

RGB 12 68 170 -
CMYK 0.93 0.6 0 0.33
HSL 218.73º 0.87% 0.36% -
HSV(B) 218.73º 0.93% 0.67% -
XYZ 9.47 7.11 38.9 -
YUV 62.88 188.45 91.71 -
System Red Green Blue C M Y K H S L
Decimal 12 68 170 0.93 0.6 0 0.33 218.73 0.87 0.36
Hex C 44 AA 5D 3C 0 21 DB 57 24
Octal 14 104 252 135 74 0 41 333 127 44
Binary 1100 1000100 10101010 1011101 111100 0 100001 11011011 1010111 100100

Color Harmonies of #0C44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C44AA

Black with #0C44AA

Text Example


Text Example

White with #0C44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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