#0F123B

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

Shades of Midnight Express #0F123B

Tints of Midnight Express #0F123B

Color information

#0F123B (or 0x0F123B) is unknown color: approx Midnight Express. HEX triplet: 0F, 12 and 3B. RGB value is (15,18,59). Sum of RGB (Red+Green+Blue) = 15+18+59=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F123B is #F0EDC4. Grayscale: #151515. Windows color (decimal): -15789509 or 3871247. OLE color: 3871247.

HSL color Cylindrical-coordinate representation of color #0F123B: hue angle of 235.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F123B is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB151859-
CMYK0.750.6900.77
HSL235.91º59.46%14.51%-
HSV(B)235.91º74.58%23.14%-
XYZ1.20.854.24-
YUV21.78149.01123.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 59 (23.44% from 255) = 64.13%
R=16.30%
G=19.57%
B=64.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1518590.750.6900.77235.9159.4614.51
HexF123B4B4504Dec3bf
Octal17227311310501153547317
Binary1111100101110111001011100010101001101111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,59); }

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

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

 a { background-color: rgb(15,18,59); }

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

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

 span { border-color: rgb(15,18,59); }

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