Html Css Color HEX #06074D Midnight Blue

📋 copy color: '#06074D'

red 6 ◦ green 7 ◦ blue 77

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

Shades of Midnight Blue #06074D

Tints of Midnight Blue #06074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.78%

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

R = 6.67%
G = 7.78%
B = 85.56%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06074D (or 0x06074D) is known color: Midnight Blue. HEX triplet: 06, 07 and 4D. RGB value is (6,7,77). Sum of RGB (Red+Green+Blue) = 6+7+77=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #06074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06074D is #F9F8B2. Grayscale: #0E0E0E. Windows color (decimal): -16382131 or 5048070. OLE color: 5048070.

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

Color convert

RGB 6 7 77 -
CMYK 0.92 0.91 0 0.70
HSL 239.15º 0.86% 0.16% -
HSV(B) 239.15º 0.92% 0.3% -
XYZ 1.49 0.73 7.08 -
YUV 14.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 6 7 77 0.92 0.91 0 0.70 239.15 0.86 0.16
Hex 6 7 4D 5C 5B 0 46 EF 56 10
Octal 6 7 115 134 133 0 106 357 126 20
Binary 110 111 1001101 1011100 1011011 0 1000110 11101111 1010110 10000

Color Harmonies of #06074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06074D

Black with #06074D

Text Example


Text Example

White with #06074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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