Html Css Color HEX #050061 Navy

📋 copy color: '#050061'

red 5 ◦ green 0 ◦ blue 97

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

Shades of Navy #050061

Tints of Navy #050061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 95.1%

R = 4.9%
G = 0%
B = 95.1%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#050061 (or 0x050061) is known color: Navy. HEX triplet: 05, 00 and 61. RGB value is (5,0,97). Sum of RGB (Red+Green+Blue) = 5+0+97=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 97 (38.28% from 255 or 95.10% from 102); Max value from RGB is 97 - color contains mainly: blue. Hex color #050061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050061 is #FAFF9E. Grayscale: #0C0C0C. Windows color (decimal): -16449439 or 6356997. OLE color: 6356997.

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

Color convert

RGB 5 0 97 -
CMYK 0.95 1 0 0.62
HSL 243.09º 1% 0.19% -
HSV(B) 243.09º 1% 0.38% -
XYZ 2.22 0.9 11.37 -
YUV 12.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 5 0 97 0.95 1 0 0.62 243.09 1 0.19
Hex 5 0 61 5F 64 0 3E F3 64 13
Octal 5 0 141 137 144 0 76 363 144 23
Binary 101 0 1100001 1011111 1100100 0 111110 11110011 1100100 10011

Color Harmonies of #050061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050061

Black with #050061

Text Example


Text Example

White with #050061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050061; }

 p { color: rgb(5,0,97); }

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

background-color css

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

 a { background-color: rgb(5,0,97); }

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

border-color css

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

 span { border-color: rgb(5,0,97); }

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