Html Css Color HEX #050167 Navy

📋 copy color: '#050167'

red 5 ◦ green 1 ◦ blue 103

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

Shades of Navy #050167

Tints of Navy #050167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 94.5%

R = 4.59%
G = 0.92%
B = 94.5%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#050167 (or 0x050167) is known color: Navy. HEX triplet: 05, 01 and 67. RGB value is (5,1,103). Sum of RGB (Red+Green+Blue) = 5+1+103=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #050167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050167 is #FAFE98. Grayscale: #0D0D0D. Windows color (decimal): -16449177 or 6750469. OLE color: 6750469.

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

Color convert

RGB 5 1 103 -
CMYK 0.95 0.99 0 0.60
HSL 242.35º 0.98% 0.2% -
HSV(B) 242.35º 0.99% 0.4% -
XYZ 2.52 1.03 12.9 -
YUV 13.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 5 1 103 0.95 0.99 0 0.60 242.35 0.98 0.2
Hex 5 1 67 5F 63 0 3C F2 62 14
Octal 5 1 147 137 143 0 74 362 142 24
Binary 101 1 1100111 1011111 1100011 0 111100 11110010 1100010 10100

Color Harmonies of #050167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050167

Black with #050167

Text Example


Text Example

White with #050167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050167; }

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

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

background-color css

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

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

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

border-color css

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

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

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