Html Css Color HEX #061379 Navy

📋 copy color: '#061379'

red 6 ◦ green 19 ◦ blue 121

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

Shades of Navy #061379

Tints of Navy #061379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 4.11%
G = 13.01%
B = 82.88%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#061379 (or 0x061379) is known color: Navy. HEX triplet: 06, 13 and 79. RGB value is (6,19,121). Sum of RGB (Red+Green+Blue) = 6+19+121=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #061379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061379 is #F9EC86. Grayscale: #1A1A1A. Windows color (decimal): -16379015 or 7934726. OLE color: 7934726.

HSL color Cylindrical-coordinate representation of color #061379: hue angle of 233.22º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061379 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 19 121 -
CMYK 0.95 0.84 0 0.53
HSL 233.22º 0.91% 0.25% -
HSV(B) 233.22º 0.95% 0.47% -
XYZ 3.76 1.88 18.25 -
YUV 26.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 6 19 121 0.95 0.84 0 0.53 233.22 0.91 0.25
Hex 6 13 79 5F 54 0 35 E9 5B 19
Octal 6 23 171 137 124 0 65 351 133 31
Binary 110 10011 1111001 1011111 1010100 0 110101 11101001 1011011 11001

Color Harmonies of #061379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061379

Black with #061379

Text Example


Text Example

White with #061379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061379; }

 p { color: rgb(6,19,121); }

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

background-color css

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

 a { background-color: rgb(6,19,121); }

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

border-color css

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

 span { border-color: rgb(6,19,121); }

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