#0E5FB8

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

Shades of Denim #0E5FB8

Tints of Denim #0E5FB8

Color information

#0E5FB8 (or 0x0E5FB8) is unknown color: approx Denim. HEX triplet: 0E, 5F and B8. RGB value is (14,95,184). Sum of RGB (Red+Green+Blue) = 14+95+184=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E5FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5FB8 is #F1A047. Grayscale: #505050. Windows color (decimal): -15835208 or 12082958. OLE color: 12082958.

HSL color Cylindrical-coordinate representation of color #0E5FB8: hue angle of 211.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5FB8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1495184-
CMYK0.920.4800.28
HSL211.41º85.86%38.82%-
HSV(B)211.41º92.39%72.16%-
XYZ12.9311.7446.93-
YUV80.93186.1680.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 184 (72.27% from 255) = 62.80%
R=4.78%
G=32.42%
B=62.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14951840.920.4800.28211.4185.8638.82
HexE5FB85C3001Cd35627
Octal161372701346003432312647
Binary11101011111101110001011100110000011100110100111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,95,184); }

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

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

 a { background-color: rgb(14,95,184); }

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

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

 span { border-color: rgb(14,95,184); }

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