#0F1C71

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

Shades of Midnight Blue #0F1C71

Tints of Midnight Blue #0F1C71

Color information

#0F1C71 (or 0x0F1C71) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1C and 71. RGB value is (15,28,113). Sum of RGB (Red+Green+Blue) = 15+28+113=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F1C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1C71 is #F0E38E. Grayscale: #212121. Windows color (decimal): -15786895 or 7412751. OLE color: 7412751.

HSL color Cylindrical-coordinate representation of color #0F1C71: hue angle of 232.04º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1C71 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1528113-
CMYK0.870.7500.56
HSL232.04º76.56%25.1%-
HSV(B)232.04º86.73%44.31%-
XYZ3.592.1215.84-
YUV33.8172.69114.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 113 (44.53% from 255) = 72.44%
R=9.62%
G=17.95%
B=72.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15281130.870.7500.56232.0476.5625.1
HexF1C71574B038e84d19
Octal173416112711307035011531
Binary111111100111000110101111001011011100011101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,113); }

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

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

 a { background-color: rgb(15,28,113); }

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

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

 span { border-color: rgb(15,28,113); }

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