Html Css Color HEX #031176 Navy

📋 copy color: '#031176'

red 3 ◦ green 17 ◦ blue 118

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

Shades of Navy #031176

Tints of Navy #031176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 85.51%

R = 2.17%
G = 12.32%
B = 85.51%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031176 (or 0x031176) is known color: Navy. HEX triplet: 03, 11 and 76. RGB value is (3,17,118). Sum of RGB (Red+Green+Blue) = 3+17+118=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #031176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031176 is #FCEE89. Grayscale: #171717. Windows color (decimal): -16576138 or 7737603. OLE color: 7737603.

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

Color convert

RGB 3 17 118 -
CMYK 0.97 0.86 0 0.54
HSL 232.7º 0.95% 0.24% -
HSV(B) 232.7º 0.97% 0.46% -
XYZ 3.51 1.73 17.29 -
YUV 24.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 3 17 118 0.97 0.86 0 0.54 232.7 0.95 0.24
Hex 3 11 76 61 56 0 36 E9 5F 18
Octal 3 21 166 141 126 0 66 351 137 30
Binary 11 10001 1110110 1100001 1010110 0 110110 11101001 1011111 11000

Color Harmonies of #031176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031176

Black with #031176

Text Example


Text Example

White with #031176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031176; }

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

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

background-color css

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

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

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

border-color css

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

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

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