#030249

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

Shades of Midnight Blue #030249

Tints of Midnight Blue #030249

Color information

#030249 (or 0x030249) is unknown color: approx Midnight Blue. HEX triplet: 03, 02 and 49. RGB value is (3,2,73). Sum of RGB (Red+Green+Blue) = 3+2+73=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 73 (28.91% from 255 or 93.59% from 78); Max value from RGB is 73 - color contains mainly: blue. Hex color #030249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030249 is #FCFDB6. Grayscale: #0A0A0A. Windows color (decimal): -16580023 or 4784643. OLE color: 4784643.

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

Color convert

RGB3273-
CMYK0.960.9700.71
HSL240.85º94.67%14.71%-
HSV(B)240.85º97.26%28.63%-
XYZ1.260.546.34-
YUV10.39163.33122.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 73 (28.91% from 255) = 93.59%
R=3.85%
G=2.56%
B=93.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal32730.960.9700.71240.8594.6714.71
Hex32496061047f15ff
Octal32111140141010736113717
Binary1110100100111000001100001010001111111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030249; }

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

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

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

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

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

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

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

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