Html Css Color HEX #0047FF Navy Blue

📋 copy color: '#0047FF'

red 0 ◦ green 71 ◦ blue 255

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

Shades of Navy Blue #0047FF

Tints of Navy Blue #0047FF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 255 (100% from 255) = 78.22%

R = 0%
G = 21.78%
B = 78.22%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0047FF (or 0x0047FF) is known color: Navy Blue. HEX triplet: 00, 47 and FF. RGB value is (0,71,255). Sum of RGB (Red+Green+Blue) = 0+71+255=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #0047FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0047FF is #FFB800. Grayscale: #454545. Windows color (decimal): -16758785 or 16729856. OLE color: 16729856.

HSL color Cylindrical-coordinate representation of color #0047FF: hue angle of 223.29º 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 #0047FF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 71 255 -
CMYK 1 0.72 0 0
HSL 223.29º 1% 0.5% -
HSV(B) 223.29º 1% 1% -
XYZ 20.3 11.73 95.8 -
YUV 70.75 231.98 77.54 -
System Red Green Blue C M Y K H S L
Decimal 0 71 255 1 0.72 0 0 223.29 1 0.5
Hex 0 47 FF 64 48 0 0 DF 64 32
Octal 0 107 377 144 110 0 0 337 144 62
Binary 0 1000111 11111111 1100100 1001000 0 0 11011111 1100100 110010

Color Harmonies of #0047FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047FF

Black with #0047FF

Text Example


Text Example

White with #0047FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0047FF;
 }
 .AnyTagClassName
 {
   color: #0047FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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