Html Css Color HEX #060154 Midnight Blue

📋 copy color: '#060154'

red 6 ◦ green 1 ◦ blue 84

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

Shades of Midnight Blue #060154

Tints of Midnight Blue #060154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 6.59%
G = 1.1%
B = 92.31%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060154 (or 0x060154) is known color: Midnight Blue. HEX triplet: 06, 01 and 54. RGB value is (6,1,84). Sum of RGB (Red+Green+Blue) = 6+1+84=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 84 (33.20% from 255 or 92.31% from 91); Max value from RGB is 84 - color contains mainly: blue. Hex color #060154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060154 is #F9FEAB. Grayscale: #0B0B0B. Windows color (decimal): -16383660 or 5505286. OLE color: 5505286.

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

Color convert

RGB 6 1 84 -
CMYK 0.93 0.99 0 0.67
HSL 243.61º 0.98% 0.17% -
HSV(B) 243.61º 0.99% 0.33% -
XYZ 1.69 0.7 8.43 -
YUV 11.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 6 1 84 0.93 0.99 0 0.67 243.61 0.98 0.17
Hex 6 1 54 5D 63 0 43 F4 62 11
Octal 6 1 124 135 143 0 103 364 142 21
Binary 110 1 1010100 1011101 1100011 0 1000011 11110100 1100010 10001

Color Harmonies of #060154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060154

Black with #060154

Text Example


Text Example

White with #060154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060154; }

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

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

background-color css

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

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

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

border-color css

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

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

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