#03075E

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

Shades of Midnight Blue #03075E

Tints of Midnight Blue #03075E

Color information

#03075E (or 0x03075E) is unknown color: approx Midnight Blue. HEX triplet: 03, 07 and 5E. RGB value is (3,7,94). Sum of RGB (Red+Green+Blue) = 3+7+94=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 94 (37.11% from 255 or 90.38% from 104); Max value from RGB is 94 - color contains mainly: blue. Hex color #03075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03075E is #FCF8A1. Grayscale: #0F0F0F. Windows color (decimal): -16578722 or 6162179. OLE color: 6162179.

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

Color convert

RGB3794-
CMYK0.970.9300.63
HSL237.36º93.81%19.02%-
HSV(B)237.36º96.81%36.86%-
XYZ2.130.9810.67-
YUV15.72172.17118.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 94 (37.11% from 255) = 90.38%
R=2.88%
G=6.73%
B=90.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal37940.970.9300.63237.3693.8119.02
Hex375E615D03Fed5e13
Octal3713614113507735513623
Binary11111101111011000011011101011111111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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