#08035A

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

Shades of Midnight Blue #08035A

Tints of Midnight Blue #08035A

Color information

#08035A (or 0x08035A) is unknown color: approx Midnight Blue. HEX triplet: 08, 03 and 5A. RGB value is (8,3,90). Sum of RGB (Red+Green+Blue) = 8+3+90=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #08035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08035A is #F7FCA5. Grayscale: #0E0E0E. Windows color (decimal): -16252070 or 5899016. OLE color: 5899016.

HSL color Cylindrical-coordinate representation of color #08035A: hue angle of 243.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08035A is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB8390-
CMYK0.910.9700.65
HSL243.45º93.55%18.24%-
HSV(B)243.45º96.67%35.29%-
XYZ1.980.859.73-
YUV14.41170.66123.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 90 (35.55% from 255) = 89.11%
R=7.92%
G=2.97%
B=89.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal83900.910.9700.65243.4593.5518.24
Hex835A5B61041f35e12
Octal103132133141010136313622
Binary1000111011010101101111000010100000111110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,3,90); }

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

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

 a { background-color: rgb(8,3,90); }

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

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

 span { border-color: rgb(8,3,90); }

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