#0F1630

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

Shades of Midnight Express #0F1630

Tints of Midnight Express #0F1630

Color information

#0F1630 (or 0x0F1630) is unknown color: approx Midnight Express. HEX triplet: 0F, 16 and 30. RGB value is (15,22,48). Sum of RGB (Red+Green+Blue) = 15+22+48=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1630 is #F0E9CF. Grayscale: #161616. Windows color (decimal): -15788496 or 3151375. OLE color: 3151375.

HSL color Cylindrical-coordinate representation of color #0F1630: hue angle of 227.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1630 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB152248-
CMYK0.690.5400.81
HSL227.27º52.38%12.35%-
HSV(B)227.27º68.75%18.82%-
XYZ1.020.892.91-
YUV22.87142.18122.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=17.65%
G=25.88%
B=56.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1522480.690.5400.81227.2752.3812.35
HexF16304536051e334c
Octal1726601056601213436414
Binary111110110110000100010111011001010001111000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,48); }

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

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

 a { background-color: rgb(15,22,48); }

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

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

 span { border-color: rgb(15,22,48); }

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