#0044E1

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

Shades of Navy Blue #0044E1

Tints of Navy Blue #0044E1

Color information

#0044E1 (or 0x0044E1) is unknown color: approx Navy Blue. HEX triplet: 00, 44 and E1. RGB value is (0,68,225). Sum of RGB (Red+Green+Blue) = 0+68+225=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #0044E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044E1 is #FFBB1E. Grayscale: #404040. Windows color (decimal): -16759583 or 14763008. OLE color: 14763008.

HSL color Cylindrical-coordinate representation of color #0044E1: hue angle of 221.87º 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 #0044E1 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB068225-
CMYK10.7000.12
HSL221.87º100%44.12%-
HSV(B)221.87º100%88.24%-
XYZ15.669.5772.26-
YUV65.57217.9781.23-

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) = 23.21%
BLUE value IS 225 (88.28% from 255) = 76.79%
R=0%
G=23.21%
B=76.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal06822510.7000.12221.8710044.12
Hex044E164460Cde642c
Octal010434114410601433614454
Binary01000100111000011100100100011001100110111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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