#030542

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

Shades of Midnight Express #030542

Tints of Midnight Express #030542

Color information

#030542 (or 0x030542) is unknown color: approx Midnight Express. HEX triplet: 03, 05 and 42. RGB value is (3,5,66). Sum of RGB (Red+Green+Blue) = 3+5+66=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 66 (26.17% from 255 or 89.19% from 74); Max value from RGB is 66 - color contains mainly: blue. Hex color #030542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030542 is #FCFABD. Grayscale: #0B0B0B. Windows color (decimal): -16579262 or 4326659. OLE color: 4326659.

HSL color Cylindrical-coordinate representation of color #030542: hue angle of 238.1º 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 #030542 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB3566-
CMYK0.950.9200.74
HSL238.1º91.3%13.53%-
HSV(B)238.1º95.45%25.88%-
XYZ1.080.525.2-
YUV11.36158.84122.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 66 (26.17% from 255) = 89.19%
R=4.05%
G=6.76%
B=89.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal35660.950.9200.74238.191.313.53
Hex35425F5C04Aee5be
Octal35102137134011235613316
Binary11101100001010111111011100010010101110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030542; }

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

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

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

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

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

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

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

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