Html Css Color HEX #050169 Navy

📋 copy color: '#050169'

red 5 ◦ green 1 ◦ blue 105

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

Shades of Navy #050169

Tints of Navy #050169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 94.59%

R = 4.5%
G = 0.9%
B = 94.59%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#050169 (or 0x050169) is known color: Navy. HEX triplet: 05, 01 and 69. RGB value is (5,1,105). Sum of RGB (Red+Green+Blue) = 5+1+105=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 105 (41.41% from 255 or 94.59% from 111); Max value from RGB is 105 - color contains mainly: blue. Hex color #050169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050169 is #FAFE96. Grayscale: #0D0D0D. Windows color (decimal): -16449175 or 6881541. OLE color: 6881541.

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

Color convert

RGB 5 1 105 -
CMYK 0.95 0.99 0 0.59
HSL 242.31º 0.98% 0.21% -
HSV(B) 242.31º 0.99% 0.41% -
XYZ 2.62 1.07 13.43 -
YUV 14.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 5 1 105 0.95 0.99 0 0.59 242.31 0.98 0.21
Hex 5 1 69 5F 63 0 3B F2 62 15
Octal 5 1 151 137 143 0 73 362 142 25
Binary 101 1 1101001 1011111 1100011 0 111011 11110010 1100010 10101

Color Harmonies of #050169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050169

Black with #050169

Text Example


Text Example

White with #050169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050169; }

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

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

background-color css

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

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

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

border-color css

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

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

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