#0F294E

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

Shades of Midnight #0F294E

Tints of Midnight #0F294E

Color information

#0F294E (or 0x0F294E) is unknown color: approx Midnight. HEX triplet: 0F, 29 and 4E. RGB value is (15,41,78). Sum of RGB (Red+Green+Blue) = 15+41+78=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F294E is #F0D6B1. Grayscale: #252525. Windows color (decimal): -15783602 or 5122319. OLE color: 5122319.

HSL color Cylindrical-coordinate representation of color #0F294E: hue angle of 215.24º 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 #0F294E is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB154178-
CMYK0.810.4700.69
HSL215.24º67.74%18.24%-
HSV(B)215.24º80.77%30.59%-
XYZ2.372.247.51-
YUV37.44150.89111.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=11.19%
G=30.60%
B=58.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1541780.810.4700.69215.2467.7418.24
HexF294E512F045d74412
Octal175111612157010532710422
Binary1111101001100111010100011011110100010111010111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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