#0F0353

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

Shades of Midnight Blue #0F0353

Tints of Midnight Blue #0F0353

Color information

#0F0353 (or 0x0F0353) is unknown color: approx Midnight Blue. HEX triplet: 0F, 03 and 53. RGB value is (15,3,83). Sum of RGB (Red+Green+Blue) = 15+3+83=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0353 is #F0FCAC. Grayscale: #0F0F0F. Windows color (decimal): -15793325 or 5440271. OLE color: 5440271.

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

Color convert

RGB15383-
CMYK0.820.9600.67
HSL249º93.02%16.86%-
HSV(B)249º96.39%32.55%-
XYZ1.790.798.24-
YUV15.71165.98127.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 83 (32.81% from 255) = 82.18%
R=14.85%
G=2.97%
B=82.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal153830.820.9600.6724993.0216.86
HexF3535260043f95d11
Octal173123122140010337113521
Binary1111111010011101001011000000100001111111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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