Html Css Color HEX #050464 Navy

📋 copy color: '#050464'

red 5 ◦ green 4 ◦ blue 100

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

Shades of Navy #050464

Tints of Navy #050464

RGB

 RED value IS 5 (2.34% from 255) = 4.59%

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 100 (39.45% from 255) = 91.74%

R = 4.59%
G = 3.67%
B = 91.74%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050464 (or 0x050464) is known color: Navy. HEX triplet: 05, 04 and 64. RGB value is (5,4,100). Sum of RGB (Red+Green+Blue) = 5+4+100=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #050464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050464 is #FAFB9B. Grayscale: #0E0E0E. Windows color (decimal): -16448412 or 6554629. OLE color: 6554629.

HSL color Cylindrical-coordinate representation of color #050464: hue angle of 240.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050464 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 4 100 -
CMYK 0.95 0.96 0 0.61
HSL 240.63º 0.92% 0.2% -
HSV(B) 240.63º 0.96% 0.39% -
XYZ 2.41 1.04 12.13 -
YUV 15.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 5 4 100 0.95 0.96 0 0.61 240.63 0.92 0.2
Hex 5 4 64 5F 60 0 3D F1 5C 14
Octal 5 4 144 137 140 0 75 361 134 24
Binary 101 100 1100100 1011111 1100000 0 111101 11110001 1011100 10100

Color Harmonies of #050464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050464

Black with #050464

Text Example


Text Example

White with #050464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050464; }

 p { color: rgb(5,4,100); }

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

background-color css

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

 a { background-color: rgb(5,4,100); }

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

border-color css

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

 span { border-color: rgb(5,4,100); }

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