Html Css Color HEX #0044FC Navy Blue

📋 copy color: '#0044FC'

red 0 ◦ green 68 ◦ blue 252

#0044FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0044FC

Tints of Navy Blue #0044FC

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 value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0044FC (or 0x0044FC) is known color: 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

RGB 0 68 252 -
CMYK 1 0.73 0 0.01
HSL 223.81º 1% 0.49% -
HSV(B) 223.81º 1% 0.99% -
XYZ 19.64 11.16 93.22 -
YUV 68.64 231.47 79.04 -
System Red Green Blue C M Y K H S L
Decimal 0 68 252 1 0.73 0 0.01 223.81 1 0.49
Hex 0 44 FC 64 49 0 1 E0 64 31
Octal 0 104 374 144 111 0 1 340 144 61
Binary 0 1000100 11111100 1100100 1001001 0 1 11100000 1100100 110001

Color Harmonies of #0044FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0044FC

Black with #0044FC

Text Example


Text Example

White with #0044FC

Text Example


Text Example

HTML Codes & Css Web 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>