#0F1348

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

Shades of Midnight Express #0F1348

Tints of Midnight Express #0F1348

Color information

#0F1348 (or 0x0F1348) is unknown color: approx Midnight Express. HEX triplet: 0F, 13 and 48. RGB value is (15,19,72). Sum of RGB (Red+Green+Blue) = 15+19+72=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F1348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1348 is #F0ECB7. Grayscale: #171717. Windows color (decimal): -15789240 or 4723471. OLE color: 4723471.

HSL color Cylindrical-coordinate representation of color #0F1348: hue angle of 235.79º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1348 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB151972-
CMYK0.790.7400.72
HSL235.79º65.52%17.06%-
HSV(B)235.79º79.17%28.24%-
XYZ1.61.046.25-
YUV23.85155.17121.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=14.15%
G=17.92%
B=67.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1519720.790.7400.72235.7965.5217.06
HexF13484F4A048ec4211
Octal1723110117112011035410221
Binary1111100111001000100111110010100100100011101100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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