#0F0B39

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

Shades of Midnight Express #0F0B39

Tints of Midnight Express #0F0B39

Color information

#0F0B39 (or 0x0F0B39) is unknown color: approx Midnight Express. HEX triplet: 0F, 0B and 39. RGB value is (15,11,57). Sum of RGB (Red+Green+Blue) = 15+11+57=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F0B39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B39 is #F0F4C6. Grayscale: #111111. Windows color (decimal): -15791303 or 3738383. OLE color: 3738383.

HSL color Cylindrical-coordinate representation of color #0F0B39: hue angle of 245.22º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0B39 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB151157-
CMYK0.740.8100.78
HSL245.22º67.65%13.33%-
HSV(B)245.22º80.7%22.35%-
XYZ1.060.643.94-
YUV17.44150.33126.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=18.07%
G=13.25%
B=68.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1511570.740.8100.78245.2267.6513.33
HexFB394A5104Ef544d
Octal171371112121011636510415
Binary1111101111100110010101010001010011101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,57); }

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

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

 a { background-color: rgb(15,11,57); }

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

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

 span { border-color: rgb(15,11,57); }

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