Html Css Color HEX #004AFB Navy Blue

📋 copy color: '#004AFB'

red 0 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #004AFB

Tints of Navy Blue #004AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.77%

 BLUE value IS 251 (98.44% from 255) = 77.23%

R = 0%
G = 22.77%
B = 77.23%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#004AFB (or 0x004AFB) is known color: Navy Blue. HEX triplet: 00, 4A and FB. RGB value is (0,74,251). Sum of RGB (Red+Green+Blue) = 0+74+251=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #004AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AFB is #FFB504. Grayscale: #474747. Windows color (decimal): -16758021 or 16468480. OLE color: 16468480.

HSL color Cylindrical-coordinate representation of color #004AFB: hue angle of 222.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AFB is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 74 251 -
CMYK 1 0.71 0 0.02
HSL 222.31º 1% 0.49% -
HSV(B) 222.31º 1% 0.98% -
XYZ 19.86 11.86 92.51 -
YUV 72.05 228.98 76.61 -
System Red Green Blue C M Y K H S L
Decimal 0 74 251 1 0.71 0 0.02 222.31 1 0.49
Hex 0 4A FB 64 47 0 2 DE 64 31
Octal 0 112 373 144 107 0 2 336 144 61
Binary 0 1001010 11111011 1100100 1000111 0 10 11011110 1100100 110001

Color Harmonies of #004AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AFB

Black with #004AFB

Text Example


Text Example

White with #004AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,74,251); }

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

background-color css

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

 a { background-color: rgb(0,74,251); }

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

border-color css

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

 span { border-color: rgb(0,74,251); }

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