Html Css Color HEX #031170 Midnight Blue

📋 copy color: '#031170'

red 3 ◦ green 17 ◦ blue 112

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

Shades of Midnight Blue #031170

Tints of Midnight Blue #031170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 84.85%

R = 2.27%
G = 12.88%
B = 84.85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031170 (or 0x031170) is known color: Midnight Blue. HEX triplet: 03, 11 and 70. RGB value is (3,17,112). Sum of RGB (Red+Green+Blue) = 3+17+112=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #031170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031170 is #FCEE8F. Grayscale: #171717. Windows color (decimal): -16576144 or 7344387. OLE color: 7344387.

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

Color convert

RGB 3 17 112 -
CMYK 0.97 0.85 0 0.56
HSL 232.29º 0.95% 0.23% -
HSV(B) 232.29º 0.97% 0.44% -
XYZ 3.16 1.59 15.47 -
YUV 23.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 3 17 112 0.97 0.85 0 0.56 232.29 0.95 0.23
Hex 3 11 70 61 55 0 38 E8 5F 17
Octal 3 21 160 141 125 0 70 350 137 27
Binary 11 10001 1110000 1100001 1010101 0 111000 11101000 1011111 10111

Color Harmonies of #031170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031170

Black with #031170

Text Example


Text Example

White with #031170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031170; }

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

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

background-color css

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

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

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

border-color css

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

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

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