#03075B

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

Shades of Midnight Blue #03075B

Tints of Midnight Blue #03075B

Color information

#03075B (or 0x03075B) is unknown color: approx Midnight Blue. HEX triplet: 03, 07 and 5B. RGB value is (3,7,91). Sum of RGB (Red+Green+Blue) = 3+7+91=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #03075B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03075B is #FCF8A4. Grayscale: #0F0F0F. Windows color (decimal): -16578725 or 5965571. OLE color: 5965571.

HSL color Cylindrical-coordinate representation of color #03075B: hue angle of 237.27º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03075B is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB3791-
CMYK0.970.9200.64
HSL237.27º93.62%18.43%-
HSV(B)237.27º96.7%35.69%-
XYZ20.939.97-
YUV15.38170.67119.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 91 (35.94% from 255) = 90.10%
R=2.97%
G=6.93%
B=90.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal37910.970.9200.64237.2793.6218.43
Hex375B615C040ed5e12
Octal37133141134010035513622
Binary111111011011110000110111000100000011101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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