Html Css Color HEX #031173 Navy

📋 copy color: '#031173'

red 3 ◦ green 17 ◦ blue 115

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

Shades of Navy #031173

Tints of Navy #031173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 85.19%

R = 2.22%
G = 12.59%
B = 85.19%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031173 (or 0x031173) is known color: Navy. HEX triplet: 03, 11 and 73. RGB value is (3,17,115). Sum of RGB (Red+Green+Blue) = 3+17+115=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #031173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031173 is #FCEE8C. Grayscale: #171717. Windows color (decimal): -16576141 or 7540995. OLE color: 7540995.

HSL color Cylindrical-coordinate representation of color #031173: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031173 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 17 115 -
CMYK 0.97 0.85 0 0.55
HSL 232.5º 0.95% 0.23% -
HSV(B) 232.5º 0.97% 0.45% -
XYZ 3.33 1.66 16.36 -
YUV 23.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 3 17 115 0.97 0.85 0 0.55 232.5 0.95 0.23
Hex 3 11 73 61 55 0 37 E8 5F 17
Octal 3 21 163 141 125 0 67 350 137 27
Binary 11 10001 1110011 1100001 1010101 0 110111 11101000 1011111 10111

Color Harmonies of #031173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031173

Black with #031173

Text Example


Text Example

White with #031173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031173; }

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

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

background-color css

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

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

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

border-color css

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

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

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