#0E53CC

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

Shades of Denim #0E53CC

Tints of Denim #0E53CC

Color information

#0E53CC (or 0x0E53CC) is unknown color: approx Denim. HEX triplet: 0E, 53 and CC. RGB value is (14,83,204). Sum of RGB (Red+Green+Blue) = 14+83+204=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E53CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E53CC is #F1AC33. Grayscale: #4B4B4B. Windows color (decimal): -15838260 or 13390606. OLE color: 13390606.

HSL color Cylindrical-coordinate representation of color #0E53CC: hue angle of 218.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E53CC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1483204-
CMYK0.930.5900.2
HSL218.21º87.16%42.75%-
HSV(B)218.21º93.14%80%-
XYZ14.1710.6458.43-
YUV76.16200.1483.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 204 (80.08% from 255) = 67.77%
R=4.65%
G=27.57%
B=67.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14832040.930.5900.2218.2187.1642.75
HexE53CC5D3B014da572b
Octal161233141357302433212753
Binary11101010011110011001011101111011010100110110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E53CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,83,204); }

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

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

 a { background-color: rgb(14,83,204); }

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

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

 span { border-color: rgb(14,83,204); }

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