#0C53B4

Color #0C53B4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0C53B4

Tints of Denim #0C53B4

Color information

#0C53B4 (or 0x0C53B4) is unknown color: approx Denim. HEX triplet: 0C, 53 and B4. RGB value is (12,83,180). Sum of RGB (Red+Green+Blue) = 12+83+180=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C53B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C53B4 is #F3AC4B. Grayscale: #484848. Windows color (decimal): -15969356 or 11817740. OLE color: 11817740.

HSL color Cylindrical-coordinate representation of color #0C53B4: hue angle of 214.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C53B4 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1283180-
CMYK0.930.5400.29
HSL214.64º87.5%37.65%-
HSV(B)214.64º93.33%70.59%-
XYZ11.489.5644.42-
YUV72.83188.4884.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 180 (70.70% from 255) = 65.45%
R=4.36%
G=30.18%
B=65.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12831800.930.5400.29214.6487.537.65
HexC53B45D3601Dd75826
Octal141232641356603532713046
Binary11001010011101101001011101110110011101110101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C53B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C53B4;
 }
 .AnyTagClassName
 {
   color: #0C53B4;
 }
</style>
background-color css

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

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

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

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

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

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