#03024C

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

Shades of Midnight Blue #03024C

Tints of Midnight Blue #03024C

Color information

#03024C (or 0x03024C) is unknown color: approx Midnight Blue. HEX triplet: 03, 02 and 4C. RGB value is (3,2,76). Sum of RGB (Red+Green+Blue) = 3+2+76=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 76 (30.08% from 255 or 93.83% from 81); Max value from RGB is 76 - color contains mainly: blue. Hex color #03024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03024C is #FCFDB3. Grayscale: #0A0A0A. Windows color (decimal): -16580020 or 4981251. OLE color: 4981251.

HSL color Cylindrical-coordinate representation of color #03024C: hue angle of 240.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03024C is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB3276-
CMYK0.960.9700.70
HSL240.81º94.87%15.29%-
HSV(B)240.81º97.37%29.8%-
XYZ1.360.586.88-
YUV10.74164.83122.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 76 (30.08% from 255) = 93.83%
R=3.70%
G=2.47%
B=93.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal32760.960.9700.70240.8194.8715.29
Hex324C6061046f15ff
Octal32114140141010636113717
Binary1110100110011000001100001010001101111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03024C; }

 p { color: rgb(3,2,76); }

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

<style>
 a { background-color: #03024C; }

 a { background-color: rgb(3,2,76); }

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

<style>
 span { border-color: #03024C; }

 span { border-color: rgb(3,2,76); }

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