#0F0153

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

Shades of Midnight Blue #0F0153

Tints of Midnight Blue #0F0153

Color information

#0F0153 (or 0x0F0153) is unknown color: approx Midnight Blue. HEX triplet: 0F, 01 and 53. RGB value is (15,1,83). Sum of RGB (Red+Green+Blue) = 15+1+83=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 83 (32.81% from 255 or 83.84% from 99); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0153 is #F0FEAC. Grayscale: #0E0E0E. Windows color (decimal): -15793837 or 5439759. OLE color: 5439759.

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

Color convert

RGB15183-
CMYK0.820.9900.67
HSL250.24º97.62%16.47%-
HSV(B)250.24º98.8%32.55%-
XYZ1.770.758.23-
YUV14.53166.64128.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 83 (32.81% from 255) = 83.84%
R=15.15%
G=1.01%
B=83.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal151830.820.9900.67250.2497.6216.47
HexF1535263043fa6210
Octal171123122143010337214220
Binary111111010011101001011000110100001111111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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