#08146D

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

Shades of Midnight Blue #08146D

Tints of Midnight Blue #08146D

Color information

#08146D (or 0x08146D) is unknown color: approx Midnight Blue. HEX triplet: 08, 14 and 6D. RGB value is (8,20,109). Sum of RGB (Red+Green+Blue) = 8+20+109=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #08146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08146D is #F7EB92. Grayscale: #1A1A1A. Windows color (decimal): -16247699 or 7148552. OLE color: 7148552.

HSL color Cylindrical-coordinate representation of color #08146D: hue angle of 232.87º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08146D is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB820109-
CMYK0.930.8200.57
HSL232.87º86.32%22.94%-
HSV(B)232.87º92.66%42.75%-
XYZ3.111.6614.62-
YUV26.56174.52114.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 109 (42.97% from 255) = 79.56%
R=5.84%
G=14.60%
B=79.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8201090.930.8200.57232.8786.3222.94
Hex8146D5D52039e95617
Octal102415513512207135112627
Binary100010100110110110111011010010011100111101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08146D; }

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

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

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

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

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

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

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

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