#010F38

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

Shades of Midnight Express #010F38

Tints of Midnight Express #010F38

Color information

#010F38 (or 0x010F38) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 38. RGB value is (1,15,56). Sum of RGB (Red+Green+Blue) = 1+15+56=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #010F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F38 is #FEF0C7. Grayscale: #0F0F0F. Windows color (decimal): -16707784 or 3673857. OLE color: 3673857.

HSL color Cylindrical-coordinate representation of color #010F38: hue angle of 224.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F38 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB11556-
CMYK0.980.7300.78
HSL224.73º96.49%11.18%-
HSV(B)224.73º98.21%21.96%-
XYZ0.90.633.82-
YUV15.49150.86117.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 56 (22.27% from 255) = 77.78%
R=1.39%
G=20.83%
B=77.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal115560.980.7300.78224.7396.4911.18
Hex1F38624904Ee160b
Octal11770142111011634114013
Binary1111111100011000101001001010011101110000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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