Html Css Color HEX #08064D Midnight Blue

📋 copy color: '#08064D'

red 8 ◦ green 6 ◦ blue 77

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

Shades of Midnight Blue #08064D

Tints of Midnight Blue #08064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 84.62%

R = 8.79%
G = 6.59%
B = 84.62%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08064D (or 0x08064D) is known color: Midnight Blue. HEX triplet: 08, 06 and 4D. RGB value is (8,6,77). Sum of RGB (Red+Green+Blue) = 8+6+77=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #08064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08064D is #F7F9B2. Grayscale: #0E0E0E. Windows color (decimal): -16251315 or 5047816. OLE color: 5047816.

HSL color Cylindrical-coordinate representation of color #08064D: hue angle of 241.69º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08064D is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 6 77 -
CMYK 0.90 0.92 0 0.70
HSL 241.69º 0.86% 0.16% -
HSV(B) 241.69º 0.92% 0.3% -
XYZ 1.5 0.72 7.08 -
YUV 14.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 8 6 77 0.90 0.92 0 0.70 241.69 0.86 0.16
Hex 8 6 4D 5A 5C 0 46 F2 56 10
Octal 10 6 115 132 134 0 106 362 126 20
Binary 1000 110 1001101 1011010 1011100 0 1000110 11110010 1010110 10000

Color Harmonies of #08064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08064D

Black with #08064D

Text Example


Text Example

White with #08064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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