Html Css Color HEX #06054D Midnight Blue

📋 copy color: '#06054D'

red 6 ◦ green 5 ◦ blue 77

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

Shades of Midnight Blue #06054D

Tints of Midnight Blue #06054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.68%

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

R = 6.82%
G = 5.68%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06054D (or 0x06054D) is known color: Midnight Blue. HEX triplet: 06, 05 and 4D. RGB value is (6,5,77). Sum of RGB (Red+Green+Blue) = 6+5+77=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #06054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06054D is #F9FAB2. Grayscale: #0D0D0D. Windows color (decimal): -16382643 or 5047558. OLE color: 5047558.

HSL color Cylindrical-coordinate representation of color #06054D: hue angle of 240.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06054D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 5 77 -
CMYK 0.92 0.94 0 0.70
HSL 240.83º 0.88% 0.16% -
HSV(B) 240.83º 0.94% 0.3% -
XYZ 1.47 0.68 7.08 -
YUV 13.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 6 5 77 0.92 0.94 0 0.70 240.83 0.88 0.16
Hex 6 5 4D 5C 5E 0 46 F1 58 10
Octal 6 5 115 134 136 0 106 361 130 20
Binary 110 101 1001101 1011100 1011110 0 1000110 11110001 1011000 10000

Color Harmonies of #06054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06054D

Black with #06054D

Text Example


Text Example

White with #06054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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