#010F3F

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

Shades of Midnight Express #010F3F

Tints of Midnight Express #010F3F

Color information

#010F3F (or 0x010F3F) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 3F. RGB value is (1,15,63). Sum of RGB (Red+Green+Blue) = 1+15+63=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #010F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F3F is #FEF0C0. Grayscale: #101010. Windows color (decimal): -16707777 or 4132609. OLE color: 4132609.

HSL color Cylindrical-coordinate representation of color #010F3F: hue angle of 226.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F3F is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11563-
CMYK0.980.7600.75
HSL226.45º96.88%12.55%-
HSV(B)226.45º98.41%24.71%-
XYZ1.080.714.78-
YUV16.29154.36117.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 63 (25% from 255) = 79.75%
R=1.27%
G=18.99%
B=79.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal115630.980.7600.75226.4596.8812.55
Hex1F3F624C04Be261d
Octal11777142114011334214115
Binary1111111111111000101001100010010111110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F3F; }

 p { color: rgb(1,15,63); }

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

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

 a { background-color: rgb(1,15,63); }

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

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

 span { border-color: rgb(1,15,63); }

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