#0F177D

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

Shades of Midnight Blue #0F177D

Tints of Midnight Blue #0F177D

Color information

#0F177D (or 0x0F177D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 17 and 7D. RGB value is (15,23,125). Sum of RGB (Red+Green+Blue) = 15+23+125=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F177D is #F0E882. Grayscale: #1F1F1F. Windows color (decimal): -15788163 or 8197903. OLE color: 8197903.

HSL color Cylindrical-coordinate representation of color #0F177D: hue angle of 235.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F177D is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1523125-
CMYK0.880.8200.51
HSL235.64º78.57%27.45%-
HSV(B)235.64º88%49.02%-
XYZ4.212.219.6-
YUV32.24180.35115.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 125 (49.22% from 255) = 76.69%
R=9.20%
G=14.11%
B=76.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15231250.880.8200.51235.6478.5727.45
HexF177D5852033ec4f1b
Octal172717513012206335411733
Binary111110111111110110110001010010011001111101100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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