Html Css Color HEX #050083 Navy

📋 copy color: '#050083'

red 5 ◦ green 0 ◦ blue 131

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

Shades of Navy #050083

Tints of Navy #050083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 96.32%

R = 3.68%
G = 0%
B = 96.32%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#050083 (or 0x050083) is known color: Navy. HEX triplet: 05, 00 and 83. RGB value is (5,0,131). Sum of RGB (Red+Green+Blue) = 5+0+131=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 131 (51.56% from 255 or 96.32% from 136); Max value from RGB is 131 - color contains mainly: blue. Hex color #050083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050083 is #FAFF7C. Grayscale: #0F0F0F. Windows color (decimal): -16449405 or 8585221. OLE color: 8585221.

HSL color Cylindrical-coordinate representation of color #050083: hue angle of 242.29º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050083 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 0 131 -
CMYK 0.96 1 0 0.49
HSL 242.29º 1% 0.26% -
HSV(B) 242.29º 1% 0.51% -
XYZ 4.16 1.67 21.58 -
YUV 16.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 5 0 131 0.96 1 0 0.49 242.29 1 0.26
Hex 5 0 83 60 64 0 31 F2 64 1A
Octal 5 0 203 140 144 0 61 362 144 32
Binary 101 0 10000011 1100000 1100100 0 110001 11110010 1100100 11010

Color Harmonies of #050083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050083

Black with #050083

Text Example


Text Example

White with #050083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050083; }

 p { color: rgb(5,0,131); }

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

background-color css

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

 a { background-color: rgb(5,0,131); }

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

border-color css

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

 span { border-color: rgb(5,0,131); }

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