#0E4ADF

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

Shades of Navy Blue #0E4ADF

Tints of Navy Blue #0E4ADF

Color information

#0E4ADF (or 0x0E4ADF) is unknown color: approx Navy Blue. HEX triplet: 0E, 4A and DF. RGB value is (14,74,223). Sum of RGB (Red+Green+Blue) = 14+74+223=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E4ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4ADF is #F1B520. Grayscale: #484848. Windows color (decimal): -15840545 or 14633486. OLE color: 14633486.

HSL color Cylindrical-coordinate representation of color #0E4ADF: hue angle of 222.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4ADF is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1474223-
CMYK0.940.6700.13
HSL222.78º88.19%46.47%-
HSV(B)222.78º93.72%87.45%-
XYZ15.9510.3270.96-
YUV73.05212.6285.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.50%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 223 (87.5% from 255) = 71.70%
R=4.50%
G=23.79%
B=71.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14742230.940.6700.13222.7888.1946.47
HexE4ADF5E430Ddf582e
Octal1611233713610301533713056
Binary11101001010110111111011110100001101101110111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,223); }

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

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

 a { background-color: rgb(14,74,223); }

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

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

 span { border-color: rgb(14,74,223); }

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