#0E4BBE

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

Shades of Denim #0E4BBE

Tints of Denim #0E4BBE

Color information

#0E4BBE (or 0x0E4BBE) is unknown color: approx Denim. HEX triplet: 0E, 4B and BE. RGB value is (14,75,190). Sum of RGB (Red+Green+Blue) = 14+75+190=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E4BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4BBE is #F1B441. Grayscale: #454545. Windows color (decimal): -15840322 or 12471054. OLE color: 12471054.

HSL color Cylindrical-coordinate representation of color #0E4BBE: hue angle of 219.2º 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 #0E4BBE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1475190-
CMYK0.930.6100.25
HSL219.2º86.27%40%-
HSV(B)219.2º92.63%74.51%-
XYZ11.998.8449.79-
YUV69.87195.7988.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=5.02%
G=26.88%
B=68.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14751900.930.6100.25219.286.2740
HexE4BBE5D3D019db5628
Octal161132761357503133312650
Binary11101001011101111101011101111101011001110110111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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