Html Css Color HEX #06084A Midnight Express

📋 copy color: '#06084A'

red 6 ◦ green 8 ◦ blue 74

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

Shades of Midnight Express #06084A

Tints of Midnight Express #06084A

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06084A (or 0x06084A) is known color: Midnight Express. HEX triplet: 06, 08 and 4A. RGB value is (6,8,74). Sum of RGB (Red+Green+Blue) = 6+8+74=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 8 (3.52% from 255 or 9.09% 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 #06084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06084A is #F9F7B5. Grayscale: #0E0E0E. Windows color (decimal): -16381878 or 4851718. OLE color: 4851718.

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

Color convert

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

Color Harmonies of #06084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06084A

Black with #06084A

Text Example


Text Example

White with #06084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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