#0044EE

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

Shades of Navy Blue #0044EE

Tints of Navy Blue #0044EE

Color information

#0044EE (or 0x0044EE) is unknown color: approx Navy Blue. HEX triplet: 00, 44 and EE. RGB value is (0,68,238). Sum of RGB (Red+Green+Blue) = 0+68+238=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #0044EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044EE is #FFBB11. Grayscale: #424242. Windows color (decimal): -16759570 or 15614976. OLE color: 15614976.

HSL color Cylindrical-coordinate representation of color #0044EE: hue angle of 222.86º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044EE is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB068238-
CMYK10.7100.07
HSL222.86º100%46.67%-
HSV(B)222.86º100%93.33%-
XYZ17.510.3181.96-
YUV67.05224.4780.18-

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.22%
BLUE value IS 238 (93.36% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal06823810.7100.07222.8610046.67
Hex044EE644707df642f
Octal01043561441070733714457
Binary0100010011101110110010010001110111110111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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