#0F1F80

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

Shades of Midnight Blue #0F1F80

Tints of Midnight Blue #0F1F80

Color information

#0F1F80 (or 0x0F1F80) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1F and 80. RGB value is (15,31,128). Sum of RGB (Red+Green+Blue) = 15+31+128=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F1F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1F80 is #F0E07F. Grayscale: #242424. Windows color (decimal): -15786112 or 8396559. OLE color: 8396559.

HSL color Cylindrical-coordinate representation of color #0F1F80: hue angle of 231.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F1F80 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1531128-
CMYK0.880.7600.50
HSL231.5º79.02%28.04%-
HSV(B)231.5º88.28%50.2%-
XYZ4.582.6420.69-
YUV37.27179.2112.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 128 (50.39% from 255) = 73.56%
R=8.62%
G=17.82%
B=73.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15311280.880.7600.50231.579.0228.04
HexF1F80584C032e84f1c
Octal173720013011406235011734
Binary1111111111000000010110001001100011001011101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,128); }

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

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

 a { background-color: rgb(15,31,128); }

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

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

 span { border-color: rgb(15,31,128); }

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