#060154

Color #060154 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #060154

Tints of Midnight Blue #060154

Color information

#060154 (or 0x060154) is unknown color: approx 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

RGB6184-
CMYK0.930.9900.67
HSL243.61º97.65%16.67%-
HSV(B)243.61º98.81%32.94%-
XYZ1.690.78.43-
YUV11.96168.66123.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 84 (33.20% from 255) = 92.31%
R=6.59%
G=1.10%
B=92.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal61840.930.9900.67243.6197.6516.67
Hex61545D63043f46211
Octal61124135143010336414221
Binary11011010100101110111000110100001111110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>