#0E58AD

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

Shades of Denim #0E58AD

Tints of Denim #0E58AD

Color information

#0E58AD (or 0x0E58AD) is unknown color: approx Denim. HEX triplet: 0E, 58 and AD. RGB value is (14,88,173). Sum of RGB (Red+Green+Blue) = 14+88+173=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E58AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E58AD is #F1A752. Grayscale: #4B4B4B. Windows color (decimal): -15837011 or 11360270. OLE color: 11360270.

HSL color Cylindrical-coordinate representation of color #0E58AD: hue angle of 212.08º 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 #0E58AD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1488173-
CMYK0.920.4900.32
HSL212.08º85.03%36.67%-
HSV(B)212.08º91.91%67.84%-
XYZ11.2110.0940.89-
YUV75.56182.9884.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=5.09%
G=32%
B=62.91%

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
Decimal14881730.920.4900.32212.0885.0336.67
HexE58AD5C31020d45525
Octal161302551346104032412545
Binary111010110001010110110111001100010100000110101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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