#0E52C1

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

Shades of Denim #0E52C1

Tints of Denim #0E52C1

Color information

#0E52C1 (or 0x0E52C1) is unknown color: approx Denim. HEX triplet: 0E, 52 and C1. RGB value is (14,82,193). Sum of RGB (Red+Green+Blue) = 14+82+193=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E52C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E52C1 is #F1AD3E. Grayscale: #494949. Windows color (decimal): -15838527 or 12669454. OLE color: 12669454.

HSL color Cylindrical-coordinate representation of color #0E52C1: hue angle of 217.21º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E52C1 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1482193-
CMYK0.930.5800.24
HSL217.21º86.47%40.59%-
HSV(B)217.21º92.75%75.69%-
XYZ12.829.9851.7-
YUV74.32194.9784.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 193 (75.78% from 255) = 66.78%
R=4.84%
G=28.37%
B=66.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14821930.930.5800.24217.2186.4740.59
HexE52C15D3A018d95629
Octal161223011357203033112651
Binary11101010010110000011011101111010011000110110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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