#0F1B76

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

Shades of Midnight Blue #0F1B76

Tints of Midnight Blue #0F1B76

Color information

#0F1B76 (or 0x0F1B76) is unknown color: approx Midnight Blue. HEX triplet: 0F, 1B and 76. RGB value is (15,27,118). Sum of RGB (Red+Green+Blue) = 15+27+118=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F1B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B76 is #F0E489. Grayscale: #212121. Windows color (decimal): -15787146 or 7740175. OLE color: 7740175.

HSL color Cylindrical-coordinate representation of color #0F1B76: hue angle of 233.01º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1B76 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1527118-
CMYK0.870.7700.54
HSL233.01º77.44%26.08%-
HSV(B)233.01º87.29%46.27%-
XYZ3.862.1917.36-
YUV33.79175.52114.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.38%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=9.38%
G=16.88%
B=73.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15271180.870.7700.54233.0177.4426.08
HexF1B76574D036e94d1a
Octal173316612711506635111532
Binary111111011111011010101111001101011011011101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,118); }

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

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

 a { background-color: rgb(15,27,118); }

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

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

 span { border-color: rgb(15,27,118); }

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