Html Css Color HEX #0047FE Navy Blue

📋 copy color: '#0047FE'

red 0 ◦ green 71 ◦ blue 254

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

Shades of Navy Blue #0047FE

Tints of Navy Blue #0047FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 78.15%

R = 0%
G = 21.85%
B = 78.15%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0047FE (or 0x0047FE) is known color: Navy Blue. HEX triplet: 00, 47 and FE. RGB value is (0,71,254). Sum of RGB (Red+Green+Blue) = 0+71+254=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #0047FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0047FE is #FFB801. Grayscale: #454545. Windows color (decimal): -16758786 or 16664320. OLE color: 16664320.

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

Color convert

RGB 0 71 254 -
CMYK 1 0.72 0 0.00
HSL 223.23º 1% 0.5% -
HSV(B) 223.23º 1% 1% -
XYZ 20.14 11.66 94.96 -
YUV 70.63 231.48 77.62 -
System Red Green Blue C M Y K H S L
Decimal 0 71 254 1 0.72 0 0.00 223.23 1 0.5
Hex 0 47 FE 64 48 0 0 DF 64 32
Octal 0 107 376 144 110 0 0 337 144 62
Binary 0 1000111 11111110 1100100 1001000 0 0 11011111 1100100 110010

Color Harmonies of #0047FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047FE

Black with #0047FE

Text Example


Text Example

White with #0047FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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