#0f1663

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

Shades of Midnight Blue #0F1663

Tints of Midnight Blue #0F1663

Color information

#0F1663 (or 0x0F1663) is unknown color: approx Midnight Blue. HEX triplet: 0F, 16 and 63. RGB value is (15,22,99). Sum of RGB (Red+Green+Blue) = 15+22+99=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F1663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1663 is #F0E99C. Grayscale: #1C1C1C. Windows color (decimal): -15788445 or 6493711. OLE color: 6493711.

HSL color Cylindrical-coordinate representation of color #0F1663: hue angle of 235º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1663 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB152299-
CMYK0.850.7800.61
HSL235º73.68%22.35%-
HSV(B)235º84.85%38.82%-
XYZ2.741.5811.96-
YUV28.68167.68118.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 99 (39.06% from 255) = 72.79%
R=11.03%
G=16.18%
B=72.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1522990.850.7800.6123573.6822.35
HexF1663554E03Deb4a16
Octal172614312511607535311226
Binary111110110110001110101011001110011110111101011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f1663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,99); }

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

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

 a { background-color: rgb(15,22,99); }

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

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

 span { border-color: rgb(15,22,99); }

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