#0F095A

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

Shades of Midnight Blue #0F095A

Tints of Midnight Blue #0F095A

Color information

#0F095A (or 0x0F095A) is unknown color: approx Midnight Blue. HEX triplet: 0F, 09 and 5A. RGB value is (15,9,90). Sum of RGB (Red+Green+Blue) = 15+9+90=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F095A is #F0F6A5. Grayscale: #131313. Windows color (decimal): -15791782 or 5900559. OLE color: 5900559.

HSL color Cylindrical-coordinate representation of color #0F095A: hue angle of 244.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F095A is Cyan = 0.83, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15990-
CMYK0.830.900.65
HSL244.44º81.82%19.41%-
HSV(B)244.44º90%35.29%-
XYZ2.141.049.76-
YUV20.03167.49124.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 90 (35.55% from 255) = 78.95%
R=13.16%
G=7.89%
B=78.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal159900.830.900.65244.4481.8219.41
HexF95A535A041f45213
Octal1711132123132010136412223
Binary111110011011010101001110110100100000111110100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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