#08147A

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

Shades of Midnight Blue #08147A

Tints of Midnight Blue #08147A

Color information

#08147A (or 0x08147A) is unknown color: approx Midnight Blue. HEX triplet: 08, 14 and 7A. RGB value is (8,20,122). Sum of RGB (Red+Green+Blue) = 8+20+122=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #08147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08147A is #F7EB85. Grayscale: #1B1B1B. Windows color (decimal): -16247686 or 8000520. OLE color: 8000520.

HSL color Cylindrical-coordinate representation of color #08147A: hue angle of 233.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08147A is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB820122-
CMYK0.930.8400.52
HSL233.68º87.69%25.49%-
HSV(B)233.68º93.44%47.84%-
XYZ3.861.9618.59-
YUV28.04181.02113.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 122 (48.05% from 255) = 81.33%
R=5.33%
G=13.33%
B=81.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8201220.930.8400.52233.6887.6925.49
Hex8147A5D54034ea5819
Octal102417213512406435213031
Binary100010100111101010111011010100011010011101010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08147A; }

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

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

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

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

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

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

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

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