Html Css Color HEX #06084D Midnight Blue

📋 copy color: '#06084D'

red 6 ◦ green 8 ◦ blue 77

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

Shades of Midnight Blue #06084D

Tints of Midnight Blue #06084D

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06084D (or 0x06084D) is known color: Midnight Blue. HEX triplet: 06, 08 and 4D. RGB value is (6,8,77). Sum of RGB (Red+Green+Blue) = 6+8+77=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 8 (3.52% from 255 or 8.79% 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 #06084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06084D is #F9F7B2. Grayscale: #0E0E0E. Windows color (decimal): -16381875 or 5048326. OLE color: 5048326.

HSL color Cylindrical-coordinate representation of color #06084D: hue angle of 238.31º 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 #06084D is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 8 77 -
CMYK 0.92 0.90 0 0.70
HSL 238.31º 0.86% 0.16% -
HSV(B) 238.31º 0.92% 0.3% -
XYZ 1.5 0.75 7.09 -
YUV 15.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 6 8 77 0.92 0.90 0 0.70 238.31 0.86 0.16
Hex 6 8 4D 5C 5A 0 46 EE 56 10
Octal 6 10 115 134 132 0 106 356 126 20
Binary 110 1000 1001101 1011100 1011010 0 1000110 11101110 1010110 10000

Color Harmonies of #06084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06084D

Black with #06084D

Text Example


Text Example

White with #06084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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