#030B48

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

Shades of Midnight Express #030B48

Tints of Midnight Express #030B48

Color information

#030B48 (or 0x030B48) is unknown color: approx Midnight Express. HEX triplet: 03, 0B and 48. RGB value is (3,11,72). Sum of RGB (Red+Green+Blue) = 3+11+72=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #030B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B48 is #FCF4B7. Grayscale: #0F0F0F. Windows color (decimal): -16577720 or 4721411. OLE color: 4721411.

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

Color convert

RGB31172-
CMYK0.960.8500.72
HSL233.04º92%14.71%-
HSV(B)233.04º95.83%28.24%-
XYZ1.330.736.2-
YUV15.56159.85119.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=3.49%
G=12.79%
B=83.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal311720.960.8500.72233.049214.71
Hex3B486055048e95cf
Octal313110140125011035113417
Binary111011100100011000001010101010010001110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B48; }

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

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

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

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

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

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

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

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