Html Css Color HEX #060054 Midnight Blue

📋 copy color: '#060054'

red 6 ◦ green 0 ◦ blue 84

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

Shades of Midnight Blue #060054

Tints of Midnight Blue #060054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 93.33%

R = 6.67%
G = 0%
B = 93.33%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060054 (or 0x060054) is known color: Midnight Blue. HEX triplet: 06, 00 and 54. RGB value is (6,0,84). Sum of RGB (Red+Green+Blue) = 6+0+84=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 84 (33.20% from 255 or 93.33% from 90); Max value from RGB is 84 - color contains mainly: blue. Hex color #060054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060054 is #F9FFAB. Grayscale: #0B0B0B. Windows color (decimal): -16383916 or 5505030. OLE color: 5505030.

HSL color Cylindrical-coordinate representation of color #060054: hue angle of 244.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060054 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 0 84 -
CMYK 0.93 1 0 0.67
HSL 244.29º 1% 0.16% -
HSV(B) 244.29º 1% 0.33% -
XYZ 1.68 0.68 8.43 -
YUV 11.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 6 0 84 0.93 1 0 0.67 244.29 1 0.16
Hex 6 0 54 5D 64 0 43 F4 64 10
Octal 6 0 124 135 144 0 103 364 144 20
Binary 110 0 1010100 1011101 1100100 0 1000011 11110100 1100100 10000

Color Harmonies of #060054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060054

Black with #060054

Text Example


Text Example

White with #060054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060054; }

 p { color: rgb(6,0,84); }

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

background-color css

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

 a { background-color: rgb(6,0,84); }

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

border-color css

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

 span { border-color: rgb(6,0,84); }

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