Html Css Color HEX #0C4ACC Denim

📋 copy color: '#0C4ACC'

red 12 ◦ green 74 ◦ blue 204

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

Shades of Denim #0C4ACC

Tints of Denim #0C4ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 4.14%
G = 25.52%
B = 70.34%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C4ACC (or 0x0C4ACC) is known color: Denim. HEX triplet: 0C, 4A and CC. RGB value is (12,74,204). Sum of RGB (Red+Green+Blue) = 12+74+204=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C4ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ACC is #F3B533. Grayscale: #454545. Windows color (decimal): -15971636 or 13388300. OLE color: 13388300.

HSL color Cylindrical-coordinate representation of color #0C4ACC: hue angle of 220.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4ACC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 74 204 -
CMYK 0.94 0.64 0 0.2
HSL 220.63º 0.89% 0.42% -
HSV(B) 220.63º 0.94% 0.8% -
XYZ 13.5 9.34 58.22 -
YUV 70.28 203.46 86.43 -
System Red Green Blue C M Y K H S L
Decimal 12 74 204 0.94 0.64 0 0.2 220.63 0.89 0.42
Hex C 4A CC 5E 40 0 14 DD 59 2A
Octal 14 112 314 136 100 0 24 335 131 52
Binary 1100 1001010 11001100 1011110 1000000 0 10100 11011101 1011001 101010

Color Harmonies of #0C4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4ACC

Black with #0C4ACC

Text Example


Text Example

White with #0C4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,204); }

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

background-color css

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

 a { background-color: rgb(12,74,204); }

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

border-color css

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

 span { border-color: rgb(12,74,204); }

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