#0E58DF

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

Shades of Navy Blue #0E58DF

Tints of Navy Blue #0E58DF

Color information

#0E58DF (or 0x0E58DF) is unknown color: approx Navy Blue. HEX triplet: 0E, 58 and DF. RGB value is (14,88,223). Sum of RGB (Red+Green+Blue) = 14+88+223=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E58DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E58DF is #F1A720. Grayscale: #505050. Windows color (decimal): -15836961 or 14637070. OLE color: 14637070.

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

Color convert

RGB1488223-
CMYK0.940.6100.13
HSL218.76º88.19%46.47%-
HSV(B)218.76º93.72%87.45%-
XYZ16.9912.471.31-
YUV81.26207.9880.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.31%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 223 (87.5% from 255) = 68.62%
R=4.31%
G=27.08%
B=68.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14882230.940.6100.13218.7688.1946.47
HexE58DF5E3D0Ddb582e
Octal161303371367501533313056
Binary1110101100011011111101111011110101101110110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E58DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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