#015EDA

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

Shades of Navy Blue #015EDA

Tints of Navy Blue #015EDA

Color information

#015EDA (or 0x015EDA) is unknown color: approx Navy Blue. HEX triplet: 01, 5E and DA. RGB value is (1,94,218). Sum of RGB (Red+Green+Blue) = 1+94+218=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #015EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015EDA is #FEA125. Grayscale: #4F4F4F. Windows color (decimal): -16687398 or 14310913. OLE color: 14310913.

HSL color Cylindrical-coordinate representation of color #015EDA: hue angle of 214.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EDA is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194218-
CMYK1.000.5700.15
HSL214.29º99.09%42.94%-
HSV(B)214.29º99.54%85.49%-
XYZ16.6713.0767.97-
YUV80.33205.6971.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 218 (85.55% from 255) = 69.65%
R=0.32%
G=30.03%
B=69.65%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181.000.5700.15214.2999.0942.94
Hex15EDA64390Fd6632b
Octal11363321447101732614353
Binary1101111011011010110010011100101111110101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015EDA; }

 p { color: rgb(1,94,218); }

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

<style>
 a { background-color: #015EDA; }

 a { background-color: rgb(1,94,218); }

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

<style>
 span { border-color: #015EDA; }

 span { border-color: rgb(1,94,218); }

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