Html Css Color HEX #004FCB Navy Blue

📋 copy color: '#004FCB'

red 0 ◦ green 79 ◦ blue 203

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

Shades of Navy Blue #004FCB

Tints of Navy Blue #004FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 203 (79.69% from 255) = 71.99%

R = 0%
G = 28.01%
B = 71.99%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#004FCB (or 0x004FCB) is known color: Navy Blue. HEX triplet: 00, 4F and CB. RGB value is (0,79,203). Sum of RGB (Red+Green+Blue) = 0+79+203=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #004FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FCB is #FFB034. Grayscale: #444444. Windows color (decimal): -16756789 or 13324032. OLE color: 13324032.

HSL color Cylindrical-coordinate representation of color #004FCB: hue angle of 216.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FCB is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 79 203 -
CMYK 1 0.61 0 0.20
HSL 216.65º 1% 0.4% -
HSV(B) 216.65º 1% 0.8% -
XYZ 13.58 9.9 57.7 -
YUV 69.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 0 79 203 1 0.61 0 0.20 216.65 1 0.4
Hex 0 4F CB 64 3D 0 14 D9 64 28
Octal 0 117 313 144 75 0 24 331 144 50
Binary 0 1001111 11001011 1100100 111101 0 10100 11011001 1100100 101000

Color Harmonies of #004FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FCB

Black with #004FCB

Text Example


Text Example

White with #004FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004FCB; }

 p { color: rgb(0,79,203); }

 H1.HeaderClassName
 {
   color: #004FCB;
 }
 .AnyTagClassName
 {
   color: #004FCB;
 }
</style>

background-color css

<style>
 a { background-color: #004FCB; }

 a { background-color: rgb(0,79,203); }

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

border-color css

<style>
 span { border-color: #004FCB; }

 span { border-color: rgb(0,79,203); }

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