#0F2446

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

Shades of Midnight #0F2446

Tints of Midnight #0F2446

Color information

#0F2446 (or 0x0F2446) is unknown color: approx Midnight. HEX triplet: 0F, 24 and 46. RGB value is (15,36,70). Sum of RGB (Red+Green+Blue) = 15+36+70=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F2446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2446 is #F0DBB9. Grayscale: #212121. Windows color (decimal): -15784890 or 4596751. OLE color: 4596751.

HSL color Cylindrical-coordinate representation of color #0F2446: hue angle of 217.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2446 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB153670-
CMYK0.790.4900.73
HSL217.09º64.71%16.67%-
HSV(B)217.09º78.57%27.45%-
XYZ1.931.816.04-
YUV33.6148.54114.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.40%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=12.40%
G=29.75%
B=57.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1536700.790.4900.73217.0964.7116.67
HexF24464F31049d94111
Octal174410611761011133110121
Binary1111100100100011010011111100010100100111011001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,70); }

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

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

 a { background-color: rgb(15,36,70); }

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

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

 span { border-color: rgb(15,36,70); }

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