#03116F

Color #03116F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #03116F

Tints of Midnight Blue #03116F

Color information

#03116F (or 0x03116F) is unknown color: approx Midnight Blue. HEX triplet: 03, 11 and 6F. RGB value is (3,17,111). Sum of RGB (Red+Green+Blue) = 3+17+111=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #03116F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03116F is #FCEE90. Grayscale: #171717. Windows color (decimal): -16576145 or 7278851. OLE color: 7278851.

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

Color convert

RGB317111-
CMYK0.970.8500.56
HSL232.22º94.74%22.35%-
HSV(B)232.22º97.3%43.53%-
XYZ3.111.5715.18-
YUV23.53177.36113.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 111 (43.75% from 255) = 84.73%
R=2.29%
G=12.98%
B=84.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3171110.970.8500.56232.2294.7422.35
Hex3116F6155038e85f16
Octal32115714112507035013726
Binary1110001110111111000011010101011100011101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03116F; }

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

 H1.HeaderClassName
 {
   color: #03116F;
 }
 .AnyTagClassName
 {
   color: #03116F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #03116F;
 }
 .BgClassName
 {
   background-color: #03116F;
 }
</style>
border-color css

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

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

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