#0044FC

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

Shades of Navy Blue #0044FC

Tints of Navy Blue #0044FC

Color information

#0044FC (or 0x0044FC) is unknown color: approx Navy Blue. HEX triplet: 00, 44 and FC. RGB value is (0,68,252). Sum of RGB (Red+Green+Blue) = 0+68+252=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #0044FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044FC is #FFBB03. Grayscale: #434343. Windows color (decimal): -16759556 or 16532480. OLE color: 16532480.

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

Color convert

RGB068252-
CMYK10.7300.01
HSL223.81º100%49.41%-
HSV(B)223.81º100%98.82%-
XYZ19.6411.1693.22-
YUV68.64231.4779.04-

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) = 21.25%
BLUE value IS 252 (98.83% from 255) = 78.75%
R=0%
G=21.25%
B=78.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal06825210.7300.01223.8110049.41
Hex044FC644901e06431
Octal01043741441110134014461
Binary01000100111111001100100100100101111000001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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