#03095E

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

Shades of Midnight Blue #03095E

Tints of Midnight Blue #03095E

Color information

#03095E (or 0x03095E) is unknown color: approx Midnight Blue. HEX triplet: 03, 09 and 5E. RGB value is (3,9,94). Sum of RGB (Red+Green+Blue) = 3+9+94=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #03095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03095E is #FCF6A1. Grayscale: #101010. Windows color (decimal): -16578210 or 6162691. OLE color: 6162691.

HSL color Cylindrical-coordinate representation of color #03095E: hue angle of 236.04º 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 #03095E is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB3994-
CMYK0.970.9000.63
HSL236.04º93.81%19.02%-
HSV(B)236.04º96.81%36.86%-
XYZ2.161.0210.67-
YUV16.9171.51118.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=2.83%
G=8.49%
B=88.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal39940.970.9000.63236.0493.8119.02
Hex395E615A03Fec5e13
Octal31113614113207735413623
Binary111001101111011000011011010011111111101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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