Html Css Color HEX #08055E Midnight Blue

📋 copy color: '#08055E'

red 8 ◦ green 5 ◦ blue 94

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

Shades of Midnight Blue #08055E

Tints of Midnight Blue #08055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 87.85%

R = 7.48%
G = 4.67%
B = 87.85%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08055E (or 0x08055E) is known color: Midnight Blue. HEX triplet: 08, 05 and 5E. RGB value is (8,5,94). Sum of RGB (Red+Green+Blue) = 8+5+94=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 94 (37.11% from 255 or 87.85% from 107); Max value from RGB is 94 - color contains mainly: blue. Hex color #08055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08055E is #F7FAA1. Grayscale: #0F0F0F. Windows color (decimal): -16251554 or 6161672. OLE color: 6161672.

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

Color convert

RGB 8 5 94 -
CMYK 0.91 0.95 0 0.63
HSL 242.02º 0.9% 0.19% -
HSV(B) 242.02º 0.95% 0.37% -
XYZ 2.17 0.97 10.66 -
YUV 16.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 8 5 94 0.91 0.95 0 0.63 242.02 0.9 0.19
Hex 8 5 5E 5B 5F 0 3F F2 5A 13
Octal 10 5 136 133 137 0 77 362 132 23
Binary 1000 101 1011110 1011011 1011111 0 111111 11110010 1011010 10011

Color Harmonies of #08055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08055E

Black with #08055E

Text Example


Text Example

White with #08055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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