#030048

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

Shades of Midnight Blue #030048

Tints of Midnight Blue #030048

Color information

#030048 (or 0x030048) is unknown color: approx Midnight Blue. HEX triplet: 03, 00 and 48. RGB value is (3,0,72). Sum of RGB (Red+Green+Blue) = 3+0+72=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #030048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030048 is #FCFFB7. Grayscale: #080808. Windows color (decimal): -16580536 or 4718595. OLE color: 4718595.

HSL color Cylindrical-coordinate representation of color #030048: hue angle of 242.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030048 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB3072-
CMYK0.96100.72
HSL242.5º100%14.12%-
HSV(B)242.5º100%28.24%-
XYZ1.210.496.16-
YUV9.1163.49123.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 96%
R=4%
G=0%
B=96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal30720.96100.72242.510014.12
Hex30486064048f264e
Octal30110140144011036214416
Binary110100100011000001100100010010001111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030048; }

 p { color: rgb(3,0,72); }

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

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

 a { background-color: rgb(3,0,72); }

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

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

 span { border-color: rgb(3,0,72); }

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