#03085A

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

Shades of Midnight Blue #03085A

Tints of Midnight Blue #03085A

Color information

#03085A (or 0x03085A) is unknown color: approx Midnight Blue. HEX triplet: 03, 08 and 5A. RGB value is (3,8,90). Sum of RGB (Red+Green+Blue) = 3+8+90=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #03085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03085A is #FCF7A5. Grayscale: #0F0F0F. Windows color (decimal): -16578470 or 5900291. OLE color: 5900291.

HSL color Cylindrical-coordinate representation of color #03085A: hue angle of 236.55º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03085A is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB3890-
CMYK0.970.9100.65
HSL236.55º93.55%18.24%-
HSV(B)236.55º96.67%35.29%-
XYZ1.970.939.75-
YUV15.85169.84118.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 90 (35.55% from 255) = 89.11%
R=2.97%
G=7.92%
B=89.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal38900.970.9100.65236.5593.5518.24
Hex385A615B041ed5e12
Octal310132141133010135513622
Binary1110001011010110000110110110100000111101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03085A; }

 p { color: rgb(3,8,90); }

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

<style>
 a { background-color: #03085A; }

 a { background-color: rgb(3,8,90); }

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

<style>
 span { border-color: #03085A; }

 span { border-color: rgb(3,8,90); }

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