Html Css Color HEX #08065E Midnight Blue

📋 copy color: '#08065E'

red 8 ◦ green 6 ◦ blue 94

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

Shades of Midnight Blue #08065E

Tints of Midnight Blue #08065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 7.41%
G = 5.56%
B = 87.04%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08065E (or 0x08065E) is known color: Midnight Blue. HEX triplet: 08, 06 and 5E. RGB value is (8,6,94). Sum of RGB (Red+Green+Blue) = 8+6+94=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 94 (37.11% from 255 or 87.04% from 108); Max value from RGB is 94 - color contains mainly: blue. Hex color #08065E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08065E is #F7F9A1. Grayscale: #101010. Windows color (decimal): -16251298 or 6161928. OLE color: 6161928.

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

Color convert

RGB 8 6 94 -
CMYK 0.91 0.94 0 0.63
HSL 241.36º 0.88% 0.2% -
HSV(B) 241.36º 0.94% 0.37% -
XYZ 2.19 0.99 10.67 -
YUV 16.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 8 6 94 0.91 0.94 0 0.63 241.36 0.88 0.2
Hex 8 6 5E 5B 5E 0 3F F1 58 14
Octal 10 6 136 133 136 0 77 361 130 24
Binary 1000 110 1011110 1011011 1011110 0 111111 11110001 1011000 10100

Color Harmonies of #08065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08065E

Black with #08065E

Text Example


Text Example

White with #08065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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