Html Css Color HEX #050463 Navy

📋 copy color: '#050463'

red 5 ◦ green 4 ◦ blue 99

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

Shades of Navy #050463

Tints of Navy #050463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 4.63%
G = 3.7%
B = 91.67%

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

#050463 (or 0x050463) is known color: Navy. HEX triplet: 05, 04 and 63. RGB value is (5,4,99). Sum of RGB (Red+Green+Blue) = 5+4+99=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #050463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050463 is #FAFB9C. Grayscale: #0E0E0E. Windows color (decimal): -16448413 or 6489093. OLE color: 6489093.

HSL color Cylindrical-coordinate representation of color #050463: hue angle of 240.63º 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 #050463 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 4 99 -
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.36 1.02 11.88 -
YUV 15.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 5 4 99 0.95 0.96 0 0.61 240.63 0.92 0.2
Hex 5 4 63 5F 60 0 3D F1 5C 14
Octal 5 4 143 137 140 0 75 361 134 24
Binary 101 100 1100011 1011111 1100000 0 111101 11110001 1011100 10100

Color Harmonies of #050463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050463

Black with #050463

Text Example


Text Example

White with #050463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050463; }

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

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

background-color css

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

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

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

border-color css

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

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

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