Html Css Color HEX #050168 Navy

📋 copy color: '#050168'

red 5 ◦ green 1 ◦ blue 104

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

Shades of Navy #050168

Tints of Navy #050168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 94.55%

R = 4.55%
G = 0.91%
B = 94.55%

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

#050168 (or 0x050168) is known color: Navy. HEX triplet: 05, 01 and 68. RGB value is (5,1,104). Sum of RGB (Red+Green+Blue) = 5+1+104=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #050168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050168 is #FAFE97. Grayscale: #0D0D0D. Windows color (decimal): -16449176 or 6816005. OLE color: 6816005.

HSL color Cylindrical-coordinate representation of color #050168: hue angle of 242.33º 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 #050168 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 1 104 -
CMYK 0.95 0.99 0 0.59
HSL 242.33º 0.98% 0.21% -
HSV(B) 242.33º 0.99% 0.41% -
XYZ 2.57 1.05 13.16 -
YUV 13.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 5 1 104 0.95 0.99 0 0.59 242.33 0.98 0.21
Hex 5 1 68 5F 63 0 3B F2 62 15
Octal 5 1 150 137 143 0 73 362 142 25
Binary 101 1 1101000 1011111 1100011 0 111011 11110010 1100010 10101

Color Harmonies of #050168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050168

Black with #050168

Text Example


Text Example

White with #050168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050168; }

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

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

background-color css

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

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

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

border-color css

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

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

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