#03095F

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

Shades of Midnight Blue #03095F

Tints of Midnight Blue #03095F

Color information

#03095F (or 0x03095F) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 5F. RGB value is (3,9,95). Sum of RGB (Red+Green+Blue) = 3+9+95=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 95 (37.5% from 255 or 88.79% from 107); Max value from RGB is 95 - color contains mainly: blue. Hex color #03095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03095F is #FCF6A0. Grayscale: #101010. Windows color (decimal): -16578209 or 6228227. OLE color: 6228227.

HSL color Cylindrical-coordinate representation of color #03095F: hue angle of 236.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03095F is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB3995-
CMYK0.970.9100.63
HSL236.09º93.88%19.22%-
HSV(B)236.09º96.84%37.25%-
XYZ2.21.0410.91-
YUV17.01172.01118.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 95 (37.5% from 255) = 88.79%
R=2.80%
G=8.41%
B=88.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal39950.970.9100.63236.0993.8819.22
Hex395F615B03Fec5e13
Octal31113714113307735413623
Binary111001101111111000011011011011111111101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,9,95); }

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

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

 a { background-color: rgb(3,9,95); }

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

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

 span { border-color: rgb(3,9,95); }

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