#0F274B

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

Shades of Midnight #0F274B

Tints of Midnight #0F274B

Color information

#0F274B (or 0x0F274B) is unknown color: approx Midnight. HEX triplet: 0F, 27 and 4B. RGB value is (15,39,75). Sum of RGB (Red+Green+Blue) = 15+39+75=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F274B is #F0D8B4. Grayscale: #232323. Windows color (decimal): -15784117 or 4925199. OLE color: 4925199.

HSL color Cylindrical-coordinate representation of color #0F274B: hue angle of 216º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F274B is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB153975-
CMYK0.800.4800.71
HSL216º66.67%17.65%-
HSV(B)216º80%29.41%-
XYZ2.192.066.94-
YUV35.93150.05113.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=11.63%
G=30.23%
B=58.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1539750.800.4800.7121666.6717.65
HexF274B5030047d84312
Octal174711312060010733010322
Binary1111100111100101110100001100000100011111011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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