#030A41

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

Shades of Midnight Express #030A41

Tints of Midnight Express #030A41

Color information

#030A41 (or 0x030A41) is unknown color: approx Midnight Express. HEX triplet: 03, 0A and 41. RGB value is (3,10,65). Sum of RGB (Red+Green+Blue) = 3+10+65=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #030A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A41 is #FCF5BE. Grayscale: #0D0D0D. Windows color (decimal): -16577983 or 4262403. OLE color: 4262403.

HSL color Cylindrical-coordinate representation of color #030A41: hue angle of 233.23º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030A41 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31065-
CMYK0.950.8500.75
HSL233.23º91.18%13.33%-
HSV(B)233.23º95.38%25.49%-
XYZ1.10.625.06-
YUV14.18156.68120.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 65 (25.78% from 255) = 83.33%
R=3.85%
G=12.82%
B=83.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal310650.950.8500.75233.2391.1813.33
Hex3A415F5504Be95bd
Octal312101137125011335113315
Binary111010100000110111111010101010010111110100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,10,65); }

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

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

 a { background-color: rgb(3,10,65); }

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

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

 span { border-color: rgb(3,10,65); }

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