#0F0350

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

Shades of Midnight Blue #0F0350

Tints of Midnight Blue #0F0350

Color information

#0F0350 (or 0x0F0350) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 50. RGB value is (15,3,80). Sum of RGB (Red+Green+Blue) = 15+3+80=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F0350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0350 is #F0FCAF. Grayscale: #0F0F0F. Windows color (decimal): -15793328 or 5243663. OLE color: 5243663.

HSL color Cylindrical-coordinate representation of color #0F0350: hue angle of 249.35º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0350 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB15380-
CMYK0.810.9600.69
HSL249.35º92.77%16.27%-
HSV(B)249.35º96.25%31.37%-
XYZ1.680.757.64-
YUV15.37164.48127.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 80 (31.64% from 255) = 81.63%
R=15.31%
G=3.06%
B=81.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal153800.810.9600.69249.3592.7716.27
HexF3505160045f95d10
Octal173120121140010537113520
Binary1111111010000101000111000000100010111111001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,80); }

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

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

 a { background-color: rgb(15,3,80); }

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

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

 span { border-color: rgb(15,3,80); }

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