#0F133B

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

Shades of Midnight Express #0F133B

Tints of Midnight Express #0F133B

Color information

#0F133B (or 0x0F133B) is unknown color: approx Midnight Express. HEX triplet: 0F, 13 and 3B. RGB value is (15,19,59). Sum of RGB (Red+Green+Blue) = 15+19+59=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F133B is #F0ECC4. Grayscale: #161616. Windows color (decimal): -15789253 or 3871503. OLE color: 3871503.

HSL color Cylindrical-coordinate representation of color #0F133B: hue angle of 234.55º 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 #0F133B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB151959-
CMYK0.750.6800.77
HSL234.55º59.46%14.51%-
HSV(B)234.55º74.58%23.14%-
XYZ1.220.884.24-
YUV22.36148.67122.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=16.13%
G=20.43%
B=63.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1519590.750.6800.77234.5559.4614.51
HexF133B4B4404Deb3bf
Octal17237311310401153537317
Binary1111100111110111001011100010001001101111010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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