#081475

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

Shades of Midnight Blue #081475

Tints of Midnight Blue #081475

Color information

#081475 (or 0x081475) is unknown color: approx Midnight Blue. HEX triplet: 08, 14 and 75. RGB value is (8,20,117). Sum of RGB (Red+Green+Blue) = 8+20+117=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #081475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081475 is #F7EB8A. Grayscale: #1B1B1B. Windows color (decimal): -16247691 or 7672840. OLE color: 7672840.

HSL color Cylindrical-coordinate representation of color #081475: hue angle of 233.39º 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 #081475 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB820117-
CMYK0.930.8300.54
HSL233.39º87.2%24.51%-
HSV(B)233.39º93.16%45.88%-
XYZ3.561.8417-
YUV27.47178.52114.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=5.52%
G=13.79%
B=80.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8201170.930.8300.54233.3987.224.51
Hex814755D53036e95719
Octal102416513512306635112731
Binary100010100111010110111011010011011011011101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081475; }

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

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

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

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

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

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

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

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