Html Css Color HEX #004BFE Navy Blue

📋 copy color: '#004BFE'

red 0 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #004BFE

Tints of Navy Blue #004BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 0%
G = 22.8%
B = 77.2%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#004BFE (or 0x004BFE) is known color: Navy Blue. HEX triplet: 00, 4B and FE. RGB value is (0,75,254). Sum of RGB (Red+Green+Blue) = 0+75+254=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #004BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004BFE is #FFB401. Grayscale: #484848. Windows color (decimal): -16757762 or 16665344. OLE color: 16665344.

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

Color convert

RGB 0 75 254 -
CMYK 1 0.70 0 0.00
HSL 222.28º 1% 0.5% -
HSV(B) 222.28º 1% 1% -
XYZ 20.41 12.19 95.04 -
YUV 72.98 230.15 75.95 -
System Red Green Blue C M Y K H S L
Decimal 0 75 254 1 0.70 0 0.00 222.28 1 0.5
Hex 0 4B FE 64 46 0 0 DE 64 32
Octal 0 113 376 144 106 0 0 336 144 62
Binary 0 1001011 11111110 1100100 1000110 0 0 11011110 1100100 110010

Color Harmonies of #004BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BFE

Black with #004BFE

Text Example


Text Example

White with #004BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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