#0E70BE

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

Shades of Denim #0E70BE

Tints of Denim #0E70BE

Color information

#0E70BE (or 0x0E70BE) is unknown color: approx Denim. HEX triplet: 0E, 70 and BE. RGB value is (14,112,190). Sum of RGB (Red+Green+Blue) = 14+112+190=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E70BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E70BE is #F18F41. Grayscale: #5B5B5B. Windows color (decimal): -15830850 or 12480526. OLE color: 12480526.

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

Color convert

RGB14112190-
CMYK0.930.4100.25
HSL206.59º86.27%40%-
HSV(B)206.59º92.63%74.51%-
XYZ15.2715.450.88-
YUV91.59183.5372.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.43%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=4.43%
G=35.44%
B=60.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141121900.930.4100.25206.5986.2740
HexE70BE5D29019cf5628
Octal161602761355103131712650
Binary11101110000101111101011101101001011001110011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,112,190); }

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

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

 a { background-color: rgb(14,112,190); }

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

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

 span { border-color: rgb(14,112,190); }

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