Html Css Color HEX #061082 Navy

📋 copy color: '#061082'

red 6 ◦ green 16 ◦ blue 130

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

Shades of Navy #061082

Tints of Navy #061082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

 BLUE value IS 130 (51.17% from 255) = 85.53%

R = 3.95%
G = 10.53%
B = 85.53%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#061082 (or 0x061082) is known color: Navy. HEX triplet: 06, 10 and 82. RGB value is (6,16,130). Sum of RGB (Red+Green+Blue) = 6+16+130=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 130 (51.17% from 255 or 85.53% from 152); Max value from RGB is 130 - color contains mainly: blue. Hex color #061082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061082 is #F9EF7D. Grayscale: #191919. Windows color (decimal): -16379774 or 8523782. OLE color: 8523782.

HSL color Cylindrical-coordinate representation of color #061082: hue angle of 235.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061082 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 16 130 -
CMYK 0.95 0.88 0 0.49
HSL 235.16º 0.91% 0.27% -
HSV(B) 235.16º 0.95% 0.51% -
XYZ 4.29 2.02 21.28 -
YUV 26.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 6 16 130 0.95 0.88 0 0.49 235.16 0.91 0.27
Hex 6 10 82 5F 58 0 31 EB 5B 1B
Octal 6 20 202 137 130 0 61 353 133 33
Binary 110 10000 10000010 1011111 1011000 0 110001 11101011 1011011 11011

Color Harmonies of #061082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061082

Black with #061082

Text Example


Text Example

White with #061082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061082; }

 p { color: rgb(6,16,130); }

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

background-color css

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

 a { background-color: rgb(6,16,130); }

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

border-color css

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

 span { border-color: rgb(6,16,130); }

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