#0E5BAF

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

Shades of Denim #0E5BAF

Tints of Denim #0E5BAF

Color information

#0E5BAF (or 0x0E5BAF) is unknown color: approx Denim. HEX triplet: 0E, 5B and AF. RGB value is (14,91,175). Sum of RGB (Red+Green+Blue) = 14+91+175=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E5BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5BAF is #F1A450. Grayscale: #4D4D4D. Windows color (decimal): -15836241 or 11492110. OLE color: 11492110.

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

Color convert

RGB1491175-
CMYK0.920.4800.31
HSL211.3º85.19%37.06%-
HSV(B)211.3º92%68.63%-
XYZ11.6610.6742-
YUV77.55182.9982.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 175 (68.75% from 255) = 62.5%
R=5%
G=32.5%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14911750.920.4800.31211.385.1937.06
HexE5BAF5C3001Fd35525
Octal161332571346003732312545
Binary11101011011101011111011100110000011111110100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,175); }

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

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

 a { background-color: rgb(14,91,175); }

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

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

 span { border-color: rgb(14,91,175); }

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