#0E52CF

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

Shades of Denim #0E52CF

Tints of Denim #0E52CF

Color information

#0E52CF (or 0x0E52CF) is unknown color: approx Denim. HEX triplet: 0E, 52 and CF. RGB value is (14,82,207). Sum of RGB (Red+Green+Blue) = 14+82+207=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E52CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E52CF is #F1AD30. Grayscale: #4B4B4B. Windows color (decimal): -15838513 or 13586958. OLE color: 13586958.

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

Color convert

RGB1482207-
CMYK0.930.6000.19
HSL218.86º87.33%43.33%-
HSV(B)218.86º93.24%81.18%-
XYZ14.4610.6360.32-
YUV75.92201.9783.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 207 (81.25% from 255) = 68.32%
R=4.62%
G=27.06%
B=68.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14822070.930.6000.19218.8687.3343.33
HexE52CF5D3C013db572b
Octal161223171357402333312753
Binary11101010010110011111011101111100010011110110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,207); }

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

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

 a { background-color: rgb(14,82,207); }

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

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

 span { border-color: rgb(14,82,207); }

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