#030F46

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

Shades of Midnight Express #030F46

Tints of Midnight Express #030F46

Color information

#030F46 (or 0x030F46) is unknown color: approx Midnight Express. HEX triplet: 03, 0F and 46. RGB value is (3,15,70). Sum of RGB (Red+Green+Blue) = 3+15+70=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #030F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F46 is #FCF0B9. Grayscale: #111111. Windows color (decimal): -16576698 or 4591363. OLE color: 4591363.

HSL color Cylindrical-coordinate representation of color #030F46: hue angle of 229.25º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030F46 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB31570-
CMYK0.960.7900.73
HSL229.25º91.78%14.31%-
HSV(B)229.25º95.71%27.45%-
XYZ1.310.85.88-
YUV17.68157.52117.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 70 (27.73% from 255) = 79.55%
R=3.41%
G=17.05%
B=79.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal315700.960.7900.73229.2591.7814.31
Hex3F46604F049e55ce
Octal317106140117011134513416
Binary111111100011011000001001111010010011110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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