Html Css Color HEX #06074A Midnight Blue

📋 copy color: '#06074A'

red 6 ◦ green 7 ◦ blue 74

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

Shades of Midnight Blue #06074A

Tints of Midnight Blue #06074A

RGB

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

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

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

R = 6.9%
G = 8.05%
B = 85.06%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06074A (or 0x06074A) is known color: Midnight Blue. HEX triplet: 06, 07 and 4A. RGB value is (6,7,74). Sum of RGB (Red+Green+Blue) = 6+7+74=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 74 (29.30% from 255 or 85.06% from 87); Max value from RGB is 74 - color contains mainly: blue. Hex color #06074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06074A is #F9F8B5. Grayscale: #0E0E0E. Windows color (decimal): -16382134 or 4851462. OLE color: 4851462.

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

Color convert

RGB 6 7 74 -
CMYK 0.92 0.91 0 0.71
HSL 239.12º 0.85% 0.16% -
HSV(B) 239.12º 0.92% 0.29% -
XYZ 1.39 0.69 6.54 -
YUV 14.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 6 7 74 0.92 0.91 0 0.71 239.12 0.85 0.16
Hex 6 7 4A 5C 5B 0 47 EF 55 10
Octal 6 7 112 134 133 0 107 357 125 20
Binary 110 111 1001010 1011100 1011011 0 1000111 11101111 1010101 10000

Color Harmonies of #06074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06074A

Black with #06074A

Text Example


Text Example

White with #06074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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