#0445EB

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

Shades of Navy Blue #0445EB

Tints of Navy Blue #0445EB

Color information

#0445EB (or 0x0445EB) is unknown color: approx Navy Blue. HEX triplet: 04, 45 and EB. RGB value is (4,69,235). Sum of RGB (Red+Green+Blue) = 4+69+235=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0445EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0445EB is #FBBA14. Grayscale: #434343. Windows color (decimal): -16497173 or 15418628. OLE color: 15418628.

HSL color Cylindrical-coordinate representation of color #0445EB: hue angle of 223.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0445EB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB469235-
CMYK0.980.7100.08
HSL223.12º96.65%46.86%-
HSV(B)223.12º98.3%92.16%-
XYZ17.1710.2879.68-
YUV68.49221.9782-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 235 (92.19% from 255) = 76.30%
R=1.30%
G=22.40%
B=76.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4692350.980.7100.08223.1296.6546.86
Hex445EB624708df612f
Octal410535314210701033714157
Binary1001000101111010111100010100011101000110111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0445EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0445EB; }

 p { color: rgb(4,69,235); }

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

<style>
 a { background-color: #0445EB; }

 a { background-color: rgb(4,69,235); }

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

<style>
 span { border-color: #0445EB; }

 span { border-color: rgb(4,69,235); }

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