Html Css Color HEX #050162 Navy

📋 copy color: '#050162'

red 5 ◦ green 1 ◦ blue 98

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

Shades of Navy #050162

Tints of Navy #050162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 98 (38.67% from 255) = 94.23%

R = 4.81%
G = 0.96%
B = 94.23%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#050162 (or 0x050162) is known color: Navy. HEX triplet: 05, 01 and 62. RGB value is (5,1,98). Sum of RGB (Red+Green+Blue) = 5+1+98=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 98 (38.67% from 255 or 94.23% from 104); Max value from RGB is 98 - color contains mainly: blue. Hex color #050162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050162 is #FAFE9D. Grayscale: #0C0C0C. Windows color (decimal): -16449182 or 6422789. OLE color: 6422789.

HSL color Cylindrical-coordinate representation of color #050162: hue angle of 242.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050162 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 1 98 -
CMYK 0.95 0.99 0 0.62
HSL 242.47º 0.98% 0.19% -
HSV(B) 242.47º 0.99% 0.38% -
XYZ 2.28 0.94 11.62 -
YUV 13.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 5 1 98 0.95 0.99 0 0.62 242.47 0.98 0.19
Hex 5 1 62 5F 63 0 3E F2 62 13
Octal 5 1 142 137 143 0 76 362 142 23
Binary 101 1 1100010 1011111 1100011 0 111110 11110010 1100010 10011

Color Harmonies of #050162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050162

Black with #050162

Text Example


Text Example

White with #050162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050162; }

 p { color: rgb(5,1,98); }

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

background-color css

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

 a { background-color: rgb(5,1,98); }

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

border-color css

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

 span { border-color: rgb(5,1,98); }

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