Html Css Color HEX #06054F Midnight Blue

📋 copy color: '#06054F'

red 6 ◦ green 5 ◦ blue 79

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

Shades of Midnight Blue #06054F

Tints of Midnight Blue #06054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 87.78%

R = 6.67%
G = 5.56%
B = 87.78%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#06054F (or 0x06054F) is known color: Midnight Blue. HEX triplet: 06, 05 and 4F. RGB value is (6,5,79). Sum of RGB (Red+Green+Blue) = 6+5+79=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 79 (31.25% from 255 or 87.78% from 90); Max value from RGB is 79 - color contains mainly: blue. Hex color #06054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06054F is #F9FAB0. Grayscale: #0D0D0D. Windows color (decimal): -16382641 or 5178630. OLE color: 5178630.

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

Color convert

RGB 6 5 79 -
CMYK 0.92 0.94 0 0.69
HSL 240.81º 0.88% 0.16% -
HSV(B) 240.81º 0.94% 0.31% -
XYZ 1.54 0.71 7.45 -
YUV 13.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 6 5 79 0.92 0.94 0 0.69 240.81 0.88 0.16
Hex 6 5 4F 5C 5E 0 45 F1 58 10
Octal 6 5 117 134 136 0 105 361 130 20
Binary 110 101 1001111 1011100 1011110 0 1000101 11110001 1011000 10000

Color Harmonies of #06054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06054F

Black with #06054F

Text Example


Text Example

White with #06054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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