#0E5DD3

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

Shades of Navy Blue #0E5DD3

Tints of Navy Blue #0E5DD3

Color information

#0E5DD3 (or 0x0E5DD3) is unknown color: approx Navy Blue. HEX triplet: 0E, 5D and D3. RGB value is (14,93,211). Sum of RGB (Red+Green+Blue) = 14+93+211=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 211 (82.81% from 255 or 66.35% from 318); Max value from RGB is 211 - color contains mainly: blue. Hex color #0E5DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5DD3 is #F1A22C. Grayscale: #525252. Windows color (decimal): -15835693 or 13851918. OLE color: 13851918.

HSL color Cylindrical-coordinate representation of color #0E5DD3: hue angle of 215.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5DD3 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1493211-
CMYK0.930.5600.17
HSL215.94º87.56%44.12%-
HSV(B)215.94º93.36%82.75%-
XYZ15.8512.6363.23-
YUV82.83200.3378.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 211 (82.81% from 255) = 66.35%
R=4.40%
G=29.25%
B=66.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14932110.930.5600.17215.9487.5644.12
HexE5DD35D38011d8582c
Octal161353231357002133013054
Binary11101011101110100111011101111000010001110110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,93,211); }

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

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

 a { background-color: rgb(14,93,211); }

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

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

 span { border-color: rgb(14,93,211); }

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