#0E61D7

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

Shades of Navy Blue #0E61D7

Tints of Navy Blue #0E61D7

Color information

#0E61D7 (or 0x0E61D7) is unknown color: approx Navy Blue. HEX triplet: 0E, 61 and D7. RGB value is (14,97,215). Sum of RGB (Red+Green+Blue) = 14+97+215=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E61D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E61D7 is #F19E28. Grayscale: #555555. Windows color (decimal): -15834665 or 14115086. OLE color: 14115086.

HSL color Cylindrical-coordinate representation of color #0E61D7: hue angle of 215.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E61D7 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1497215-
CMYK0.930.5500.16
HSL215.22º87.77%44.9%-
HSV(B)215.22º93.49%84.31%-
XYZ16.7213.5566.02-
YUV85.6420176.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 215 (84.38% from 255) = 65.95%
R=4.29%
G=29.75%
B=65.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14972150.930.5500.16215.2287.7744.9
HexE61D75D37010d7582d
Octal161413271356702032713055
Binary11101100001110101111011101110111010000110101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E61D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,215); }

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

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

 a { background-color: rgb(14,97,215); }

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

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

 span { border-color: rgb(14,97,215); }

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