#015EEC

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

Shades of Navy Blue #015EEC

Tints of Navy Blue #015EEC

Color information

#015EEC (or 0x015EEC) is unknown color: approx Navy Blue. HEX triplet: 01, 5E and EC. RGB value is (1,94,236). Sum of RGB (Red+Green+Blue) = 1+94+236=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #015EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015EEC is #FEA113. Grayscale: #515151. Windows color (decimal): -16687380 or 15490561. OLE color: 15490561.

HSL color Cylindrical-coordinate representation of color #015EEC: hue angle of 216.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015EEC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194236-
CMYK1.000.6000.07
HSL216.26º99.16%46.47%-
HSV(B)216.26º99.58%92.55%-
XYZ19.1614.0781.06-
YUV82.38214.6969.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 236 (92.58% from 255) = 71.30%
R=0.30%
G=28.40%
B=71.30%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361.000.6000.07216.2699.1646.47
Hex15EEC643C07d8632e
Octal1136354144740733014356
Binary110111101110110011001001111000111110110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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