Html Css Color HEX #0C4ACD Denim

📋 copy color: '#0C4ACD'

red 12 ◦ green 74 ◦ blue 205

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

Shades of Denim #0C4ACD

Tints of Denim #0C4ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 4.12%
G = 25.43%
B = 70.45%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C4ACD (or 0x0C4ACD) is known color: Denim. HEX triplet: 0C, 4A and CD. RGB value is (12,74,205). Sum of RGB (Red+Green+Blue) = 12+74+205=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C4ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ACD is #F3B532. Grayscale: #454545. Windows color (decimal): -15971635 or 13453836. OLE color: 13453836.

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

Color convert

RGB 12 74 205 -
CMYK 0.94 0.64 0 0.20
HSL 220.73º 0.89% 0.43% -
HSV(B) 220.73º 0.94% 0.8% -
XYZ 13.62 9.38 58.85 -
YUV 70.4 203.96 86.35 -
System Red Green Blue C M Y K H S L
Decimal 12 74 205 0.94 0.64 0 0.20 220.73 0.89 0.43
Hex C 4A CD 5E 40 0 14 DD 59 2B
Octal 14 112 315 136 100 0 24 335 131 53
Binary 1100 1001010 11001101 1011110 1000000 0 10100 11011101 1011001 101011

Color Harmonies of #0C4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4ACD

Black with #0C4ACD

Text Example


Text Example

White with #0C4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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