Html Css Color HEX #061982 Navy

📋 copy color: '#061982'

red 6 ◦ green 25 ◦ blue 130

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

Shades of Navy #061982

Tints of Navy #061982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 3.73%
G = 15.53%
B = 80.75%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#061982 (or 0x061982) is known color: Navy. HEX triplet: 06, 19 and 82. RGB value is (6,25,130). Sum of RGB (Red+Green+Blue) = 6+25+130=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #061982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061982 is #F9E67D. Grayscale: #1E1E1E. Windows color (decimal): -16377470 or 8526086. OLE color: 8526086.

HSL color Cylindrical-coordinate representation of color #061982: hue angle of 230.81º 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 #061982 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 25 130 -
CMYK 0.95 0.81 0 0.49
HSL 230.81º 0.91% 0.27% -
HSV(B) 230.81º 0.95% 0.51% -
XYZ 4.45 2.35 21.34 -
YUV 31.29 183.71 109.96 -
System Red Green Blue C M Y K H S L
Decimal 6 25 130 0.95 0.81 0 0.49 230.81 0.91 0.27
Hex 6 19 82 5F 51 0 31 E7 5B 1B
Octal 6 31 202 137 121 0 61 347 133 33
Binary 110 11001 10000010 1011111 1010001 0 110001 11100111 1011011 11011

Color Harmonies of #061982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061982

Black with #061982

Text Example


Text Example

White with #061982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061982; }

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

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

background-color css

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

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

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

border-color css

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

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

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