#0F1B2F

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

Shades of Midnight Express #0F1B2F

Tints of Midnight Express #0F1B2F

Color information

#0F1B2F (or 0x0F1B2F) is unknown color: approx Midnight Express. HEX triplet: 0F, 1B and 2F. RGB value is (15,27,47). Sum of RGB (Red+Green+Blue) = 15+27+47=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F1B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B2F is #F0E4D0. Grayscale: #191919. Windows color (decimal): -15787217 or 3087119. OLE color: 3087119.

HSL color Cylindrical-coordinate representation of color #0F1B2F: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F1B2F is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152747-
CMYK0.680.4300.82
HSL217.5º51.61%12.16%-
HSV(B)217.5º68.09%18.43%-
XYZ1.11.092.84-
YUV25.69140.02120.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 47 (18.75% from 255) = 52.81%
R=16.85%
G=30.34%
B=52.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1527470.680.4300.82217.551.6112.16
HexF1B2F442B052da34c
Octal1733571045301223326414
Binary111111011101111100010010101101010010110110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1B2F; }

 p { color: rgb(15,27,47); }

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

<style>
 a { background-color: #0F1B2F; }

 a { background-color: rgb(15,27,47); }

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

<style>
 span { border-color: #0F1B2F; }

 span { border-color: rgb(15,27,47); }

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