#006EE1

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

Shades of Navy Blue #006EE1

Tints of Navy Blue #006EE1

Color information

#006EE1 (or 0x006EE1) is unknown color: approx Navy Blue. HEX triplet: 00, 6E and E1. RGB value is (0,110,225). Sum of RGB (Red+Green+Blue) = 0+110+225=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #006EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EE1 is #FF911E. Grayscale: #595959. Windows color (decimal): -16748831 or 14773760. OLE color: 14773760.

HSL color Cylindrical-coordinate representation of color #006EE1: hue angle of 210.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EE1 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB0110225-
CMYK10.5100.12
HSL210.67º100%44.12%-
HSV(B)210.67º100%88.24%-
XYZ19.1716.5973.43-
YUV90.22204.0663.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 225 (88.28% from 255) = 67.16%
R=0%
G=32.84%
B=67.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal011022510.5100.12210.6710044.12
Hex06EE164330Cd3642c
Octal01563411446301432314454
Binary0110111011100001110010011001101100110100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006EE1; }

 p { color: rgb(0,110,225); }

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

<style>
 a { background-color: #006EE1; }

 a { background-color: rgb(0,110,225); }

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

<style>
 span { border-color: #006EE1; }

 span { border-color: rgb(0,110,225); }

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