Html Css Color HEX #031179 Navy

📋 copy color: '#031179'

red 3 ◦ green 17 ◦ blue 121

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

Shades of Navy #031179

Tints of Navy #031179

RGB

 RED value IS 3 (1.56% from 255) = 2.13%

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 2.13%
G = 12.06%
B = 85.82%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031179 (or 0x031179) is known color: Navy. HEX triplet: 03, 11 and 79. RGB value is (3,17,121). Sum of RGB (Red+Green+Blue) = 3+17+121=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 121 (47.66% from 255 or 85.82% from 141); Max value from RGB is 121 - color contains mainly: blue. Hex color #031179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031179 is #FCEE86. Grayscale: #181818. Windows color (decimal): -16576135 or 7934211. OLE color: 7934211.

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

Color convert

RGB 3 17 121 -
CMYK 0.98 0.86 0 0.53
HSL 232.88º 0.95% 0.24% -
HSV(B) 232.88º 0.98% 0.47% -
XYZ 3.69 1.8 18.24 -
YUV 24.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 3 17 121 0.98 0.86 0 0.53 232.88 0.95 0.24
Hex 3 11 79 62 56 0 35 E9 5F 18
Octal 3 21 171 142 126 0 65 351 137 30
Binary 11 10001 1111001 1100010 1010110 0 110101 11101001 1011111 11000

Color Harmonies of #031179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031179

Black with #031179

Text Example


Text Example

White with #031179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031179; }

 p { color: rgb(3,17,121); }

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

background-color css

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

 a { background-color: rgb(3,17,121); }

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

border-color css

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

 span { border-color: rgb(3,17,121); }

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