#03116E

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

Shades of Midnight Blue #03116E

Tints of Midnight Blue #03116E

Color information

#03116E (or 0x03116E) is unknown color: approx Midnight Blue. HEX triplet: 03, 11 and 6E. RGB value is (3,17,110). Sum of RGB (Red+Green+Blue) = 3+17+110=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #03116E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03116E is #FCEE91. Grayscale: #171717. Windows color (decimal): -16576146 or 7213315. OLE color: 7213315.

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

Color convert

RGB317110-
CMYK0.970.8500.57
HSL232.15º94.69%22.16%-
HSV(B)232.15º97.27%43.14%-
XYZ3.051.5514.89-
YUV23.42176.86113.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 110 (43.36% from 255) = 84.62%
R=2.31%
G=13.08%
B=84.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3171100.970.8500.57232.1594.6922.16
Hex3116E6155039e85f16
Octal32115614112507135013726
Binary1110001110111011000011010101011100111101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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