Html Css Color HEX #060180 Navy

📋 copy color: '#060180'

red 6 ◦ green 1 ◦ blue 128

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

Shades of Navy #060180

Tints of Navy #060180

RGB

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

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

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

R = 4.44%
G = 0.74%
B = 94.81%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#060180 (or 0x060180) is known color: Navy. HEX triplet: 06, 01 and 80. RGB value is (6,1,128). Sum of RGB (Red+Green+Blue) = 6+1+128=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 128 (50.39% from 255 or 94.81% from 135); Max value from RGB is 128 - color contains mainly: blue. Hex color #060180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060180 is #F9FE7F. Grayscale: #101010. Windows color (decimal): -16383616 or 8388870. OLE color: 8388870.

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

Color convert

RGB 6 1 128 -
CMYK 0.95 0.99 0 0.50
HSL 242.36º 0.98% 0.25% -
HSV(B) 242.36º 0.99% 0.5% -
XYZ 3.98 1.62 20.52 -
YUV 16.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 6 1 128 0.95 0.99 0 0.50 242.36 0.98 0.25
Hex 6 1 80 5F 63 0 32 F2 62 19
Octal 6 1 200 137 143 0 62 362 142 31
Binary 110 1 10000000 1011111 1100011 0 110010 11110010 1100010 11001

Color Harmonies of #060180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060180

Black with #060180

Text Example


Text Example

White with #060180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060180; }

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

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

background-color css

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

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

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

border-color css

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

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

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