#081263

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

Shades of Midnight Blue #081263

Tints of Midnight Blue #081263

Color information

#081263 (or 0x081263) is unknown color: approx Midnight Blue. HEX triplet: 08, 12 and 63. RGB value is (8,18,99). Sum of RGB (Red+Green+Blue) = 8+18+99=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #081263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081263 is #F7ED9C. Grayscale: #171717. Windows color (decimal): -16248221 or 6492680. OLE color: 6492680.

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

Color convert

RGB81899-
CMYK0.920.8200.61
HSL233.41º85.05%20.98%-
HSV(B)233.41º91.92%38.82%-
XYZ2.571.3911.94-
YUV24.24170.19116.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=6.4%
G=14.4%
B=79.2%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal818990.920.8200.61233.4185.0520.98
Hex812635C5203De95515
Octal102214313412207535112525
Binary100010010110001110111001010010011110111101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081263; }

 p { color: rgb(8,18,99); }

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

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

 a { background-color: rgb(8,18,99); }

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

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

 span { border-color: rgb(8,18,99); }

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