#030F41

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

Shades of Midnight Express #030F41

Tints of Midnight Express #030F41

Color information

#030F41 (or 0x030F41) is unknown color: approx Midnight Express. HEX triplet: 03, 0F and 41. RGB value is (3,15,65). Sum of RGB (Red+Green+Blue) = 3+15+65=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #030F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F41 is #FCF0BE. Grayscale: #101010. Windows color (decimal): -16576703 or 4263683. OLE color: 4263683.

HSL color Cylindrical-coordinate representation of color #030F41: hue angle of 228.39º 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 #030F41 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31565-
CMYK0.950.7700.75
HSL228.39º91.18%13.33%-
HSV(B)228.39º95.38%25.49%-
XYZ1.160.745.08-
YUV17.11155.02117.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 65 (25.78% from 255) = 78.31%
R=3.61%
G=18.07%
B=78.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal315650.950.7700.75228.3991.1813.33
Hex3F415F4D04Be45bd
Octal317101137115011334413315
Binary111111100000110111111001101010010111110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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