#0F114B

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

Shades of Midnight Express #0F114B

Tints of Midnight Express #0F114B

Color information

#0F114B (or 0x0F114B) is unknown color: approx Midnight Express. HEX triplet: 0F, 11 and 4B. RGB value is (15,17,75). Sum of RGB (Red+Green+Blue) = 15+17+75=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F114B is #F0EEB4. Grayscale: #161616. Windows color (decimal): -15789749 or 4919567. OLE color: 4919567.

HSL color Cylindrical-coordinate representation of color #0F114B: hue angle of 238º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F114B is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB151775-
CMYK0.800.7700.71
HSL238º66.67%17.65%-
HSV(B)238º80%29.41%-
XYZ1.671.016.76-
YUV23.01157.34122.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=14.02%
G=15.89%
B=70.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1517750.800.7700.7123866.6717.65
HexF114B504D047ee4312
Octal1721113120115010735610322
Binary1111100011001011101000010011010100011111101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,75); }

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

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

 a { background-color: rgb(15,17,75); }

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

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

 span { border-color: rgb(15,17,75); }

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