Html Css Color HEX #031178 Navy

📋 copy color: '#031178'

red 3 ◦ green 17 ◦ blue 120

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

Shades of Navy #031178

Tints of Navy #031178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 85.71%

R = 2.14%
G = 12.14%
B = 85.71%

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

#031178 (or 0x031178) is known color: Navy. HEX triplet: 03, 11 and 78. RGB value is (3,17,120). Sum of RGB (Red+Green+Blue) = 3+17+120=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #031178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031178 is #FCEE87. Grayscale: #181818. Windows color (decimal): -16576136 or 7868675. OLE color: 7868675.

HSL color Cylindrical-coordinate representation of color #031178: hue angle of 232.82º 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 #031178 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 17 120 -
CMYK 0.98 0.86 0 0.53
HSL 232.82º 0.95% 0.24% -
HSV(B) 232.82º 0.98% 0.47% -
XYZ 3.63 1.78 17.92 -
YUV 24.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 3 17 120 0.98 0.86 0 0.53 232.82 0.95 0.24
Hex 3 11 78 62 56 0 35 E9 5F 18
Octal 3 21 170 142 126 0 65 351 137 30
Binary 11 10001 1111000 1100010 1010110 0 110101 11101001 1011111 11000

Color Harmonies of #031178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031178

Black with #031178

Text Example


Text Example

White with #031178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031178; }

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

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

background-color css

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

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

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

border-color css

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

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

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