#0F274D

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

Shades of Midnight #0F274D

Tints of Midnight #0F274D

Color information

#0F274D (or 0x0F274D) is unknown color: approx Midnight. HEX triplet: 0F, 27 and 4D. RGB value is (15,39,77). Sum of RGB (Red+Green+Blue) = 15+39+77=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F274D is #F0D8B2. Grayscale: #232323. Windows color (decimal): -15784115 or 5056271. OLE color: 5056271.

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

Color convert

RGB153977-
CMYK0.810.4900.70
HSL216.77º67.39%18.04%-
HSV(B)216.77º80.52%30.2%-
XYZ2.262.097.31-
YUV36.16151.05112.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 77 (30.47% from 255) = 58.78%
R=11.45%
G=29.77%
B=58.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1539770.810.4900.70216.7767.3918.04
HexF274D5131046d94312
Octal174711512161010633110322
Binary1111100111100110110100011100010100011011011001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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