#0F0853

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

Shades of Midnight Blue #0F0853

Tints of Midnight Blue #0F0853

Color information

#0F0853 (or 0x0F0853) is unknown color: approx Midnight Blue. HEX triplet: 0F, 08 and 53. RGB value is (15,8,83). Sum of RGB (Red+Green+Blue) = 15+8+83=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0853 is #F0F7AC. Grayscale: #121212. Windows color (decimal): -15792045 or 5441551. OLE color: 5441551.

HSL color Cylindrical-coordinate representation of color #0F0853: hue angle of 245.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0853 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15883-
CMYK0.820.9000.67
HSL245.6º82.42%17.84%-
HSV(B)245.6º90.36%32.55%-
XYZ1.850.98.26-
YUV18.64164.32125.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=14.15%
G=7.55%
B=78.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal158830.820.9000.67245.682.4217.84
HexF853525A043f65212
Octal1710123122132010336612222
Binary111110001010011101001010110100100001111110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,83); }

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

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

 a { background-color: rgb(15,8,83); }

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

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

 span { border-color: rgb(15,8,83); }

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