#03065D

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

Shades of Midnight Blue #03065D

Tints of Midnight Blue #03065D

Color information

#03065D (or 0x03065D) is unknown color: approx Midnight Blue. HEX triplet: 03, 06 and 5D. RGB value is (3,6,93). Sum of RGB (Red+Green+Blue) = 3+6+93=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 93 (36.72% from 255 or 91.18% from 102); Max value from RGB is 93 - color contains mainly: blue. Hex color #03065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03065D is #FCF9A2. Grayscale: #0E0E0E. Windows color (decimal): -16578979 or 6096387. OLE color: 6096387.

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

Color convert

RGB3693-
CMYK0.970.9400.64
HSL238º93.75%18.82%-
HSV(B)238º96.77%36.47%-
XYZ2.080.9410.43-
YUV15.02172.01119.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 93 (36.72% from 255) = 91.18%
R=2.94%
G=5.88%
B=91.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal36930.970.9400.6423893.7518.82
Hex365D615E040ee5e13
Octal36135141136010035613623
Binary111101011101110000110111100100000011101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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