Html Css Color HEX #08055D Midnight Blue

📋 copy color: '#08055D'

red 8 ◦ green 5 ◦ blue 93

#08055D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #08055D

Tints of Midnight Blue #08055D

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

 GREEN value IS 5 (2.34% from 255) = 4.72%

 BLUE value IS 93 (36.72% from 255) = 87.74%

R = 7.55%
G = 4.72%
B = 87.74%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08055D (or 0x08055D) is known color: Midnight Blue. HEX triplet: 08, 05 and 5D. RGB value is (8,5,93). Sum of RGB (Red+Green+Blue) = 8+5+93=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #08055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08055D is #F7FAA2. Grayscale: #0F0F0F. Windows color (decimal): -16251555 or 6096136. OLE color: 6096136.

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

Color convert

RGB 8 5 93 -
CMYK 0.91 0.95 0 0.64
HSL 242.05º 0.9% 0.19% -
HSV(B) 242.05º 0.95% 0.36% -
XYZ 2.13 0.95 10.43 -
YUV 15.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 8 5 93 0.91 0.95 0 0.64 242.05 0.9 0.19
Hex 8 5 5D 5B 5F 0 40 F2 5A 13
Octal 10 5 135 133 137 0 100 362 132 23
Binary 1000 101 1011101 1011011 1011111 0 1000000 11110010 1011010 10011

Color Harmonies of #08055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08055D

Black with #08055D

Text Example


Text Example

White with #08055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08055D;
 }
 .AnyTagClassName
 {
   color: #08055D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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