Html Css Color HEX #08064A Midnight Blue

📋 copy color: '#08064A'

red 8 ◦ green 6 ◦ blue 74

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

Shades of Midnight Blue #08064A

Tints of Midnight Blue #08064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 84.09%

R = 9.09%
G = 6.82%
B = 84.09%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08064A (or 0x08064A) is known color: Midnight Blue. HEX triplet: 08, 06 and 4A. RGB value is (8,6,74). Sum of RGB (Red+Green+Blue) = 8+6+74=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #08064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08064A is #F7F9B5. Grayscale: #0E0E0E. Windows color (decimal): -16251318 or 4851208. OLE color: 4851208.

HSL color Cylindrical-coordinate representation of color #08064A: hue angle of 241.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08064A is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 6 74 -
CMYK 0.89 0.92 0 0.71
HSL 241.76º 0.85% 0.16% -
HSV(B) 241.76º 0.92% 0.29% -
XYZ 1.4 0.68 6.54 -
YUV 14.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 8 6 74 0.89 0.92 0 0.71 241.76 0.85 0.16
Hex 8 6 4A 59 5C 0 47 F2 55 10
Octal 10 6 112 131 134 0 107 362 125 20
Binary 1000 110 1001010 1011001 1011100 0 1000111 11110010 1010101 10000

Color Harmonies of #08064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08064A

Black with #08064A

Text Example


Text Example

White with #08064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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