Html Css Color HEX #061780 Navy

📋 copy color: '#061780'

red 6 ◦ green 23 ◦ blue 128

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

Shades of Navy #061780

Tints of Navy #061780

RGB

 RED value IS 6 (2.73% from 255) = 3.82%

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 128 (50.39% from 255) = 81.53%

R = 3.82%
G = 14.65%
B = 81.53%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#061780 (or 0x061780) is known color: Navy. HEX triplet: 06, 17 and 80. RGB value is (6,23,128). Sum of RGB (Red+Green+Blue) = 6+23+128=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 128 (50.39% from 255 or 81.53% from 157); Max value from RGB is 128 - color contains mainly: blue. Hex color #061780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061780 is #F9E87F. Grayscale: #1D1D1D. Windows color (decimal): -16377984 or 8394502. OLE color: 8394502.

HSL color Cylindrical-coordinate representation of color #061780: hue angle of 231.64º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061780 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 23 128 -
CMYK 0.95 0.82 0 0.50
HSL 231.64º 0.91% 0.26% -
HSV(B) 231.64º 0.95% 0.5% -
XYZ 4.28 2.21 20.62 -
YUV 29.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 6 23 128 0.95 0.82 0 0.50 231.64 0.91 0.26
Hex 6 17 80 5F 52 0 32 E8 5B 1A
Octal 6 27 200 137 122 0 62 350 133 32
Binary 110 10111 10000000 1011111 1010010 0 110010 11101000 1011011 11010

Color Harmonies of #061780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061780

Black with #061780

Text Example


Text Example

White with #061780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061780; }

 p { color: rgb(6,23,128); }

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

background-color css

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

 a { background-color: rgb(6,23,128); }

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

border-color css

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

 span { border-color: rgb(6,23,128); }

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