Html Css Color HEX #050363 Navy

📋 copy color: '#050363'

red 5 ◦ green 3 ◦ blue 99

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

Shades of Navy #050363

Tints of Navy #050363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 4.67%
G = 2.8%
B = 92.52%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050363 (or 0x050363) is known color: Navy. HEX triplet: 05, 03 and 63. RGB value is (5,3,99). Sum of RGB (Red+Green+Blue) = 5+3+99=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #050363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050363 is #FAFC9C. Grayscale: #0E0E0E. Windows color (decimal): -16448669 or 6488837. OLE color: 6488837.

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

Color convert

RGB 5 3 99 -
CMYK 0.95 0.97 0 0.61
HSL 241.25º 0.94% 0.2% -
HSV(B) 241.25º 0.97% 0.39% -
XYZ 2.35 1 11.87 -
YUV 14.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 5 3 99 0.95 0.97 0 0.61 241.25 0.94 0.2
Hex 5 3 63 5F 61 0 3D F1 5E 14
Octal 5 3 143 137 141 0 75 361 136 24
Binary 101 11 1100011 1011111 1100001 0 111101 11110001 1011110 10100

Color Harmonies of #050363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050363

Black with #050363

Text Example


Text Example

White with #050363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050363; }

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

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

background-color css

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

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

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

border-color css

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

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

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