#0F0162

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

Shades of Midnight Blue #0F0162

Tints of Midnight Blue #0F0162

Color information

#0F0162 (or 0x0F0162) is unknown color: approx Midnight Blue. HEX triplet: 0F, 01 and 62. RGB value is (15,1,98). Sum of RGB (Red+Green+Blue) = 15+1+98=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F0162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0162 is #F0FE9D. Grayscale: #0F0F0F. Windows color (decimal): -15793822 or 6422799. OLE color: 6422799.

HSL color Cylindrical-coordinate representation of color #0F0162: hue angle of 248.66º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0162 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB15198-
CMYK0.850.9900.62
HSL248.66º97.98%19.41%-
HSV(B)248.66º98.98%38.43%-
XYZ2.411.0111.62-
YUV16.24174.14127.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 98 (38.67% from 255) = 85.96%
R=13.16%
G=0.88%
B=85.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal151980.850.9900.62248.6697.9819.41
HexF162556303Ef96213
Octal17114212514307637114223
Binary11111110001010101011100011011111011111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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