#0F2B4E

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

Shades of Midnight #0F2B4E

Tints of Midnight #0F2B4E

Color information

#0F2B4E (or 0x0F2B4E) is unknown color: approx Midnight. HEX triplet: 0F, 2B and 4E. RGB value is (15,43,78). Sum of RGB (Red+Green+Blue) = 15+43+78=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F2B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2B4E is #F0D4B1. Grayscale: #262626. Windows color (decimal): -15783090 or 5122831. OLE color: 5122831.

HSL color Cylindrical-coordinate representation of color #0F2B4E: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2B4E is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB154378-
CMYK0.810.4500.69
HSL213.33º67.74%18.24%-
HSV(B)213.33º80.77%30.59%-
XYZ2.442.387.54-
YUV38.62150.22111.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=11.03%
G=31.62%
B=57.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1543780.810.4500.69213.3367.7418.24
HexF2B4E512D045d54412
Octal175311612155010532510422
Binary1111101011100111010100011011010100010111010101100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,43,78); }

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

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

 a { background-color: rgb(15,43,78); }

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

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

 span { border-color: rgb(15,43,78); }

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