#0F025E

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

Shades of Midnight Blue #0F025E

Tints of Midnight Blue #0F025E

Color information

#0F025E (or 0x0F025E) is unknown color: approx Midnight Blue. HEX triplet: 0F, 02 and 5E. RGB value is (15,2,94). Sum of RGB (Red+Green+Blue) = 15+2+94=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F025E is #F0FDA1. Grayscale: #101010. Windows color (decimal): -15793570 or 6160911. OLE color: 6160911.

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

Color convert

RGB15294-
CMYK0.840.9800.63
HSL248.48º95.83%18.82%-
HSV(B)248.48º97.87%36.86%-
XYZ2.240.9510.66-
YUV16.38171.81127.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 94 (37.11% from 255) = 84.68%
R=13.51%
G=1.80%
B=84.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal152940.840.9800.63248.4895.8318.82
HexF25E546203Ff86013
Octal17213612414207737014023
Binary111110101111010101001100010011111111111000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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