#0044E6

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

Shades of Navy Blue #0044E6

Tints of Navy Blue #0044E6

Color information

#0044E6 (or 0x0044E6) is unknown color: approx Navy Blue. HEX triplet: 00, 44 and E6. RGB value is (0,68,230). Sum of RGB (Red+Green+Blue) = 0+68+230=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #0044E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044E6 is #FFBB19. Grayscale: #414141. Windows color (decimal): -16759578 or 15090688. OLE color: 15090688.

HSL color Cylindrical-coordinate representation of color #0044E6: hue angle of 222.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044E6 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB068230-
CMYK10.7000.10
HSL222.26º100%45.1%-
HSV(B)222.26º100%90.2%-
XYZ16.359.8575.9-
YUV66.14220.4780.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 230 (90.23% from 255) = 77.18%
R=0%
G=22.82%
B=77.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal06823010.7000.10222.2610045.1
Hex044E664460Ade642d
Octal010434614410601233614455
Binary01000100111001101100100100011001010110111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0044E6; }

 p { color: rgb(0,68,230); }

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

<style>
 a { background-color: #0044E6; }

 a { background-color: rgb(0,68,230); }

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

<style>
 span { border-color: #0044E6; }

 span { border-color: rgb(0,68,230); }

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