#005EE7

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

Shades of Navy Blue #005EE7

Tints of Navy Blue #005EE7

Color information

#005EE7 (or 0x005EE7) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and E7. RGB value is (0,94,231). Sum of RGB (Red+Green+Blue) = 0+94+231=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 231 (90.62% from 255 or 71.08% from 325); Max value from RGB is 231 - color contains mainly: blue. Hex color #005EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EE7 is #FFA118. Grayscale: #505050. Windows color (decimal): -16752921 or 15162880. OLE color: 15162880.

HSL color Cylindrical-coordinate representation of color #005EE7: hue angle of 215.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EE7 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB094231-
CMYK10.5900.09
HSL215.58º100%45.29%-
HSV(B)215.58º100%90.59%-
XYZ18.4313.7777.29-
YUV81.51212.3669.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 231 (90.62% from 255) = 71.08%
R=0%
G=28.92%
B=71.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal09423110.5900.09215.5810045.29
Hex05EE7643B09d8642d
Octal01363471447301133014455
Binary0101111011100111110010011101101001110110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005EE7; }

 p { color: rgb(0,94,231); }

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

<style>
 a { background-color: #005EE7; }

 a { background-color: rgb(0,94,231); }

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

<style>
 span { border-color: #005EE7; }

 span { border-color: rgb(0,94,231); }

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