#0044FF

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

Shades of Navy Blue #0044FF

Tints of Navy Blue #0044FF

Color information

#0044FF (or 0x0044FF) is unknown color: approx Navy Blue. HEX triplet: 00, 44 and FF. RGB value is (0,68,255). Sum of RGB (Red+Green+Blue) = 0+68+255=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #0044FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0044FF is #FFBB00. Grayscale: #444444. Windows color (decimal): -16759553 or 16729088. OLE color: 16729088.

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

Color convert

RGB068255-
CMYK10.7300
HSL224º100%50%-
HSV(B)224º100%100%-
XYZ20.1211.3595.74-
YUV68.99232.9778.79-

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.05%
BLUE value IS 255 (100% from 255) = 78.95%
R=0%
G=21.05%
B=78.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06825510.730022410050
Hex044FF644900e06432
Octal01043771441110034014462
Binary01000100111111111100100100100100111000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0044FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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