#030942

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

Shades of Midnight Express #030942

Tints of Midnight Express #030942

Color information

#030942 (or 0x030942) is unknown color: approx Midnight Express. HEX triplet: 03, 09 and 42. RGB value is (3,9,66). Sum of RGB (Red+Green+Blue) = 3+9+66=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 66 (26.17% from 255 or 84.62% from 78); Max value from RGB is 66 - color contains mainly: blue. Hex color #030942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030942 is #FCF6BD. Grayscale: #0D0D0D. Windows color (decimal): -16578238 or 4327683. OLE color: 4327683.

HSL color Cylindrical-coordinate representation of color #030942: hue angle of 234.29º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030942 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB3966-
CMYK0.950.8600.74
HSL234.29º91.3%13.53%-
HSV(B)234.29º95.45%25.88%-
XYZ1.120.615.21-
YUV13.7157.51120.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 66 (26.17% from 255) = 84.62%
R=3.85%
G=11.54%
B=84.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal39660.950.8600.74234.2991.313.53
Hex39425F5604Aea5be
Octal311102137126011235213316
Binary111001100001010111111010110010010101110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030942; }

 p { color: rgb(3,9,66); }

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

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

 a { background-color: rgb(3,9,66); }

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

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

 span { border-color: rgb(3,9,66); }

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