#03055B

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

Shades of Midnight Blue #03055B

Tints of Midnight Blue #03055B

Color information

#03055B (or 0x03055B) is unknown color: approx Midnight Blue. HEX triplet: 03, 05 and 5B. RGB value is (3,5,91). Sum of RGB (Red+Green+Blue) = 3+5+91=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 91 (35.94% from 255 or 91.92% from 99); Max value from RGB is 91 - color contains mainly: blue. Hex color #03055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03055B is #FCFAA4. Grayscale: #0D0D0D. Windows color (decimal): -16579237 or 5965059. OLE color: 5965059.

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

Color convert

RGB3591-
CMYK0.970.9500.64
HSL238.64º93.62%18.43%-
HSV(B)238.64º96.7%35.69%-
XYZ1.980.889.96-
YUV14.21171.34120.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 91 (35.94% from 255) = 91.92%
R=3.03%
G=5.05%
B=91.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal35910.970.9500.64238.6493.6218.43
Hex355B615F040ef5e12
Octal35133141137010035713622
Binary111011011011110000110111110100000011101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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