Html Css Color HEX #031177 Navy

📋 copy color: '#031177'

red 3 ◦ green 17 ◦ blue 119

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

Shades of Navy #031177

Tints of Navy #031177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 85.61%

R = 2.16%
G = 12.23%
B = 85.61%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031177 (or 0x031177) is known color: Navy. HEX triplet: 03, 11 and 77. RGB value is (3,17,119). Sum of RGB (Red+Green+Blue) = 3+17+119=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #031177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031177 is #FCEE88. Grayscale: #181818. Windows color (decimal): -16576137 or 7803139. OLE color: 7803139.

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

Color convert

RGB 3 17 119 -
CMYK 0.97 0.86 0 0.53
HSL 232.76º 0.95% 0.24% -
HSV(B) 232.76º 0.97% 0.47% -
XYZ 3.57 1.75 17.6 -
YUV 24.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 3 17 119 0.97 0.86 0 0.53 232.76 0.95 0.24
Hex 3 11 77 61 56 0 35 E9 5F 18
Octal 3 21 167 141 126 0 65 351 137 30
Binary 11 10001 1110111 1100001 1010110 0 110101 11101001 1011111 11000

Color Harmonies of #031177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031177

Black with #031177

Text Example


Text Example

White with #031177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031177; }

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

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

background-color css

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

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

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

border-color css

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

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

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