#0F1463

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

Shades of Midnight Blue #0F1463

Tints of Midnight Blue #0F1463

Color information

#0F1463 (or 0x0F1463) is unknown color: approx Midnight Blue. HEX triplet: 0F, 14 and 63. RGB value is (15,20,99). Sum of RGB (Red+Green+Blue) = 15+20+99=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F1463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1463 is #F0EB9C. Grayscale: #1B1B1B. Windows color (decimal): -15788957 or 6493199. OLE color: 6493199.

HSL color Cylindrical-coordinate representation of color #0F1463: hue angle of 236.43º 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 #0F1463 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB152099-
CMYK0.850.8000.61
HSL236.43º73.68%22.35%-
HSV(B)236.43º84.85%38.82%-
XYZ2.71.511.95-
YUV27.51168.34119.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=11.19%
G=14.93%
B=73.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1520990.850.8000.61236.4373.6822.35
HexF1463555003Dec4a16
Octal172414312512007535411226
Binary111110100110001110101011010000011110111101100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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