#0F0952

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

Shades of Midnight Blue #0F0952

Tints of Midnight Blue #0F0952

Color information

#0F0952 (or 0x0F0952) is unknown color: approx Midnight Blue. HEX triplet: 0F, 09 and 52. RGB value is (15,9,82). Sum of RGB (Red+Green+Blue) = 15+9+82=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F0952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0952 is #F0F6AD. Grayscale: #121212. Windows color (decimal): -15791790 or 5376271. OLE color: 5376271.

HSL color Cylindrical-coordinate representation of color #0F0952: hue angle of 244.93º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0952 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB15982-
CMYK0.820.8900.68
HSL244.93º80.22%17.84%-
HSV(B)244.93º89.02%32.16%-
XYZ1.820.918.06-
YUV19.12163.49125.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=14.15%
G=8.49%
B=77.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal159820.820.8900.68244.9380.2217.84
HexF9525259044f55012
Octal1711122122131010436512022
Binary111110011010010101001010110010100010011110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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