#0F294D

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

Shades of Midnight #0F294D

Tints of Midnight #0F294D

Color information

#0F294D (or 0x0F294D) is unknown color: approx Midnight. HEX triplet: 0F, 29 and 4D. RGB value is (15,41,77). Sum of RGB (Red+Green+Blue) = 15+41+77=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F294D is #F0D6B2. Grayscale: #252525. Windows color (decimal): -15783603 or 5056783. OLE color: 5056783.

HSL color Cylindrical-coordinate representation of color #0F294D: hue angle of 214.84º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F294D is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB154177-
CMYK0.810.4700.70
HSL214.84º67.39%18.04%-
HSV(B)214.84º80.52%30.2%-
XYZ2.332.227.33-
YUV37.33150.39112.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=11.28%
G=30.83%
B=57.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1541770.810.4700.70214.8467.3918.04
HexF294D512F046d74312
Octal175111512157010632710322
Binary1111101001100110110100011011110100011011010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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