Html Css Color HEX #0C53C0 Denim

📋 copy color: '#0C53C0'

red 12 ◦ green 83 ◦ blue 192

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

Shades of Denim #0C53C0

Tints of Denim #0C53C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 4.18%
G = 28.92%
B = 66.9%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C53C0 (or 0x0C53C0) is known color: Denim. HEX triplet: 0C, 53 and C0. RGB value is (12,83,192). Sum of RGB (Red+Green+Blue) = 12+83+192=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #0C53C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C53C0 is #F3AC3F. Grayscale: #494949. Windows color (decimal): -15969344 or 12604172. OLE color: 12604172.

HSL color Cylindrical-coordinate representation of color #0C53C0: hue angle of 216.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C53C0 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 83 192 -
CMYK 0.94 0.57 0 0.25
HSL 216.33º 0.88% 0.4% -
HSV(B) 216.33º 0.94% 0.75% -
XYZ 12.76 10.07 51.14 -
YUV 74.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 12 83 192 0.94 0.57 0 0.25 216.33 0.88 0.4
Hex C 53 C0 5E 39 0 19 D8 58 28
Octal 14 123 300 136 71 0 31 330 130 50
Binary 1100 1010011 11000000 1011110 111001 0 11001 11011000 1011000 101000

Color Harmonies of #0C53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C53C0

Black with #0C53C0

Text Example


Text Example

White with #0C53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,83,192); }

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

background-color css

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

 a { background-color: rgb(12,83,192); }

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

border-color css

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

 span { border-color: rgb(12,83,192); }

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