#0F095B

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

Shades of Midnight Blue #0F095B

Tints of Midnight Blue #0F095B

Color information

#0F095B (or 0x0F095B) is unknown color: approx Midnight Blue. HEX triplet: 0F, 09 and 5B. RGB value is (15,9,91). Sum of RGB (Red+Green+Blue) = 15+9+91=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F095B is #F0F6A4. Grayscale: #131313. Windows color (decimal): -15791781 or 5966095. OLE color: 5966095.

HSL color Cylindrical-coordinate representation of color #0F095B: hue angle of 244.39º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F095B is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15991-
CMYK0.840.9000.64
HSL244.39º82%19.61%-
HSV(B)244.39º90.11%35.69%-
XYZ2.181.059.99-
YUV20.14167.99124.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 91 (35.94% from 255) = 79.13%
R=13.04%
G=7.83%
B=79.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal159910.840.9000.64244.398219.61
HexF95B545A040f45214
Octal1711133124132010036412224
Binary111110011011011101010010110100100000011110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,91); }

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

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

 a { background-color: rgb(15,9,91); }

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

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

 span { border-color: rgb(15,9,91); }

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