Html Css Color HEX #050983 Navy

📋 copy color: '#050983'

red 5 ◦ green 9 ◦ blue 131

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

Shades of Navy #050983

Tints of Navy #050983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 3.45%
G = 6.21%
B = 90.34%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#050983 (or 0x050983) is known color: Navy. HEX triplet: 05, 09 and 83. RGB value is (5,9,131). Sum of RGB (Red+Green+Blue) = 5+9+131=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #050983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050983 is #FAF67C. Grayscale: #151515. Windows color (decimal): -16447101 or 8587525. OLE color: 8587525.

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

Color convert

RGB 5 9 131 -
CMYK 0.96 0.93 0 0.49
HSL 238.1º 0.93% 0.27% -
HSV(B) 238.1º 0.96% 0.51% -
XYZ 4.26 1.87 21.61 -
YUV 21.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 5 9 131 0.96 0.93 0 0.49 238.1 0.93 0.27
Hex 5 9 83 60 5D 0 31 EE 5D 1B
Octal 5 11 203 140 135 0 61 356 135 33
Binary 101 1001 10000011 1100000 1011101 0 110001 11101110 1011101 11011

Color Harmonies of #050983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050983

Black with #050983

Text Example


Text Example

White with #050983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050983; }

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

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

background-color css

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

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

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

border-color css

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

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

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