#03065B

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

Shades of Midnight Blue #03065B

Tints of Midnight Blue #03065B

Color information

#03065B (or 0x03065B) is unknown color: approx Midnight Blue. HEX triplet: 03, 06 and 5B. RGB value is (3,6,91). Sum of RGB (Red+Green+Blue) = 3+6+91=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #03065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03065B is #FCF9A4. Grayscale: #0E0E0E. Windows color (decimal): -16578981 or 5965315. OLE color: 5965315.

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

Color convert

RGB3691-
CMYK0.970.9300.64
HSL237.95º93.62%18.43%-
HSV(B)237.95º96.7%35.69%-
XYZ1.990.99.97-
YUV14.79171.01119.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 91 (35.94% from 255) = 91%
R=3%
G=6%
B=91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal36910.970.9300.64237.9593.6218.43
Hex365B615D040ee5e12
Octal36133141135010035613622
Binary111101011011110000110111010100000011101110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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