#030248

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

Shades of Midnight Blue #030248

Tints of Midnight Blue #030248

Color information

#030248 (or 0x030248) is unknown color: approx Midnight Blue. HEX triplet: 03, 02 and 48. RGB value is (3,2,72). Sum of RGB (Red+Green+Blue) = 3+2+72=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #030248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030248 is #FCFDB7. Grayscale: #0A0A0A. Windows color (decimal): -16580024 or 4719107. OLE color: 4719107.

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

Color convert

RGB3272-
CMYK0.960.9700.72
HSL240.86º94.59%14.51%-
HSV(B)240.86º97.22%28.24%-
XYZ1.230.536.17-
YUV10.28162.83122.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 72 (28.52% from 255) = 93.51%
R=3.90%
G=2.60%
B=93.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal32720.960.9700.72240.8694.5914.51
Hex32486061048f15ff
Octal32110140141011036113717
Binary1110100100011000001100001010010001111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030248; }

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

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

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

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

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

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

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

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