#030C48

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

Shades of Midnight Express #030C48

Tints of Midnight Express #030C48

Color information

#030C48 (or 0x030C48) is unknown color: approx Midnight Express. HEX triplet: 03, 0C and 48. RGB value is (3,12,72). Sum of RGB (Red+Green+Blue) = 3+12+72=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #030C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C48 is #FCF3B7. Grayscale: #0F0F0F. Windows color (decimal): -16577464 or 4721667. OLE color: 4721667.

HSL color Cylindrical-coordinate representation of color #030C48: hue angle of 232.17º 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 #030C48 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB31272-
CMYK0.960.8300.72
HSL232.17º92%14.71%-
HSV(B)232.17º95.83%28.24%-
XYZ1.340.756.21-
YUV16.15159.52118.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=3.45%
G=13.79%
B=82.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal312720.960.8300.72232.179214.71
Hex3C486053048e85cf
Octal314110140123011035013417
Binary111100100100011000001010011010010001110100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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