Html Css Color HEX #061682 Navy

📋 copy color: '#061682'

red 6 ◦ green 22 ◦ blue 130

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

Shades of Navy #061682

Tints of Navy #061682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 3.8%
G = 13.92%
B = 82.28%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#061682 (or 0x061682) is known color: Navy. HEX triplet: 06, 16 and 82. RGB value is (6,22,130). Sum of RGB (Red+Green+Blue) = 6+22+130=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #061682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061682 is #F9E97D. Grayscale: #1D1D1D. Windows color (decimal): -16378238 or 8525318. OLE color: 8525318.

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

Color convert

RGB 6 22 130 -
CMYK 0.95 0.83 0 0.49
HSL 232.26º 0.91% 0.27% -
HSV(B) 232.26º 0.95% 0.51% -
XYZ 4.39 2.22 21.32 -
YUV 29.53 184.7 111.22 -
System Red Green Blue C M Y K H S L
Decimal 6 22 130 0.95 0.83 0 0.49 232.26 0.91 0.27
Hex 6 16 82 5F 53 0 31 E8 5B 1B
Octal 6 26 202 137 123 0 61 350 133 33
Binary 110 10110 10000010 1011111 1010011 0 110001 11101000 1011011 11011

Color Harmonies of #061682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061682

Black with #061682

Text Example


Text Example

White with #061682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061682; }

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

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

background-color css

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

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

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

border-color css

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

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

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