#0E58AE

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

Shades of Denim #0E58AE

Tints of Denim #0E58AE

Color information

#0E58AE (or 0x0E58AE) is unknown color: approx Denim. HEX triplet: 0E, 58 and AE. RGB value is (14,88,174). Sum of RGB (Red+Green+Blue) = 14+88+174=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E58AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E58AE is #F1A751. Grayscale: #4B4B4B. Windows color (decimal): -15837010 or 11425806. OLE color: 11425806.

HSL color Cylindrical-coordinate representation of color #0E58AE: hue angle of 212.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E58AE is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1488174-
CMYK0.920.4900.32
HSL212.25º85.11%36.86%-
HSV(B)212.25º91.95%68.24%-
XYZ11.3110.1341.4-
YUV75.68183.4884.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=5.07%
G=31.88%
B=63.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14881740.920.4900.32212.2585.1136.86
HexE58AE5C31020d45525
Octal161302561346104032412545
Binary111010110001010111010111001100010100000110101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,88,174); }

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

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

 a { background-color: rgb(14,88,174); }

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

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

 span { border-color: rgb(14,88,174); }

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