#0444FC

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

Shades of Navy Blue #0444FC

Tints of Navy Blue #0444FC

Color information

#0444FC (or 0x0444FC) is unknown color: approx Navy Blue. HEX triplet: 04, 44 and FC. RGB value is (4,68,252). Sum of RGB (Red+Green+Blue) = 4+68+252=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0444FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0444FC is #FBBB03. Grayscale: #454545. Windows color (decimal): -16497412 or 16532484. OLE color: 16532484.

HSL color Cylindrical-coordinate representation of color #0444FC: hue angle of 224.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0444FC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB468252-
CMYK0.980.7300.01
HSL224.52º97.64%50.2%-
HSV(B)224.52º98.41%98.82%-
XYZ19.6911.1993.22-
YUV69.84230.881.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 252 (98.83% from 255) = 77.78%
R=1.23%
G=20.99%
B=77.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4682520.980.7300.01224.5297.6450.2
Hex444FC624901e16232
Octal41043741421110134114262
Binary1001000100111111001100010100100101111000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0444FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0444FC; }

 p { color: rgb(4,68,252); }

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

<style>
 a { background-color: #0444FC; }

 a { background-color: rgb(4,68,252); }

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

<style>
 span { border-color: #0444FC; }

 span { border-color: rgb(4,68,252); }

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