#081375

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

Shades of Midnight Blue #081375

Tints of Midnight Blue #081375

Color information

#081375 (or 0x081375) is unknown color: approx Midnight Blue. HEX triplet: 08, 13 and 75. RGB value is (8,19,117). Sum of RGB (Red+Green+Blue) = 8+19+117=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #081375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081375 is #F7EC8A. Grayscale: #1A1A1A. Windows color (decimal): -16247947 or 7672584. OLE color: 7672584.

HSL color Cylindrical-coordinate representation of color #081375: hue angle of 233.94º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081375 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB819117-
CMYK0.930.8400.54
HSL233.94º87.2%24.51%-
HSV(B)233.94º93.16%45.88%-
XYZ3.541.816.99-
YUV26.88178.86114.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 117 (46.09% from 255) = 81.25%
R=5.56%
G=13.19%
B=81.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8191170.930.8400.54233.9487.224.51
Hex813755D54036ea5719
Octal102316513512406635212731
Binary100010011111010110111011010100011011011101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081375; }

 p { color: rgb(8,19,117); }

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

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

 a { background-color: rgb(8,19,117); }

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

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

 span { border-color: rgb(8,19,117); }

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