#0E4BCA

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

Shades of Denim #0E4BCA

Tints of Denim #0E4BCA

Color information

#0E4BCA (or 0x0E4BCA) is unknown color: approx Denim. HEX triplet: 0E, 4B and CA. RGB value is (14,75,202). Sum of RGB (Red+Green+Blue) = 14+75+202=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E4BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4BCA is #F1B435. Grayscale: #464646. Windows color (decimal): -15840310 or 13257486. OLE color: 13257486.

HSL color Cylindrical-coordinate representation of color #0E4BCA: hue angle of 220.53º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4BCA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1475202-
CMYK0.930.6300.21
HSL220.53º87.04%42.35%-
HSV(B)220.53º93.07%79.22%-
XYZ13.369.3956.99-
YUV71.24201.7987.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 202 (79.30% from 255) = 69.42%
R=4.81%
G=25.77%
B=69.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14752020.930.6300.21220.5387.0442.35
HexE4BCA5D3F015dd572a
Octal161133121357702533512752
Binary11101001011110010101011101111111010101110111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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