#08035D

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

Shades of Midnight Blue #08035D

Tints of Midnight Blue #08035D

Color information

#08035D (or 0x08035D) is unknown color: approx Midnight Blue. HEX triplet: 08, 03 and 5D. RGB value is (8,3,93). Sum of RGB (Red+Green+Blue) = 8+3+93=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 93 (36.72% from 255 or 89.42% from 104); Max value from RGB is 93 - color contains mainly: blue. Hex color #08035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08035D is #F7FCA2. Grayscale: #0E0E0E. Windows color (decimal): -16252067 or 6095624. OLE color: 6095624.

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

Color convert

RGB8393-
CMYK0.910.9700.64
HSL243.33º93.75%18.82%-
HSV(B)243.33º96.77%36.47%-
XYZ2.110.9110.42-
YUV14.76172.16123.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 93 (36.72% from 255) = 89.42%
R=7.69%
G=2.88%
B=89.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal83930.910.9700.64243.3393.7518.82
Hex835D5B61040f35e13
Octal103135133141010036313623
Binary1000111011101101101111000010100000011110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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