#0F2548

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

Shades of Midnight #0F2548

Tints of Midnight #0F2548

Color information

#0F2548 (or 0x0F2548) is unknown color: approx Midnight. HEX triplet: 0F, 25 and 48. RGB value is (15,37,72). Sum of RGB (Red+Green+Blue) = 15+37+72=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2548 is #F0DAB7. Grayscale: #222222. Windows color (decimal): -15784632 or 4728079. OLE color: 4728079.

HSL color Cylindrical-coordinate representation of color #0F2548: hue angle of 216.84º 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 #0F2548 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB153772-
CMYK0.790.4900.72
HSL216.84º65.52%17.06%-
HSV(B)216.84º79.17%28.24%-
XYZ2.031.896.39-
YUV34.41149.21114.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=12.10%
G=29.84%
B=58.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1537720.790.4900.72216.8465.5217.06
HexF25484F31048d94211
Octal174511011761011033110221
Binary1111100101100100010011111100010100100011011001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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