#0F176C

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

Shades of Midnight Blue #0F176C

Tints of Midnight Blue #0F176C

Color information

#0F176C (or 0x0F176C) is unknown color: approx Midnight Blue. HEX triplet: 0F, 17 and 6C. RGB value is (15,23,108). Sum of RGB (Red+Green+Blue) = 15+23+108=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F176C is #F0E893. Grayscale: #1D1D1D. Windows color (decimal): -15788180 or 7083791. OLE color: 7083791.

HSL color Cylindrical-coordinate representation of color #0F176C: hue angle of 234.84º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F176C is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1523108-
CMYK0.860.7900.58
HSL234.84º75.61%24.12%-
HSV(B)234.84º86.11%42.35%-
XYZ3.211.814.37-
YUV30.3171.85117.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 108 (42.58% from 255) = 73.97%
R=10.27%
G=15.75%
B=73.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15231080.860.7900.58234.8475.6124.12
HexF176C564F03Aeb4c18
Octal172715412611707235311430
Binary111110111110110010101101001111011101011101011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,23,108); }

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

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

 a { background-color: rgb(15,23,108); }

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

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

 span { border-color: rgb(15,23,108); }

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