#0F025C

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

Shades of Midnight Blue #0F025C

Tints of Midnight Blue #0F025C

Color information

#0F025C (or 0x0F025C) is unknown color: approx Midnight Blue. HEX triplet: 0F, 02 and 5C. RGB value is (15,2,92). Sum of RGB (Red+Green+Blue) = 15+2+92=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F025C is #F0FDA3. Grayscale: #0F0F0F. Windows color (decimal): -15793572 or 6029839. OLE color: 6029839.

HSL color Cylindrical-coordinate representation of color #0F025C: hue angle of 248.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F025C is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15292-
CMYK0.840.9800.64
HSL248.67º95.74%18.43%-
HSV(B)248.67º97.83%36.08%-
XYZ2.150.9210.19-
YUV16.15170.81127.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 92 (36.33% from 255) = 84.40%
R=13.76%
G=1.83%
B=84.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal152920.840.9800.64248.6795.7418.43
HexF25C5462040f96012
Octal172134124142010037114022
Binary1111101011100101010011000100100000011111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,92); }

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

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

 a { background-color: rgb(15,2,92); }

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

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

 span { border-color: rgb(15,2,92); }

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