#061276

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

Shades of Midnight Blue #061276

Tints of Midnight Blue #061276

Color information

#061276 (or 0x061276) is unknown color: approx Midnight Blue. HEX triplet: 06, 12 and 76. RGB value is (6,18,118). Sum of RGB (Red+Green+Blue) = 6+18+118=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #061276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061276 is #F9ED89. Grayscale: #191919. Windows color (decimal): -16379274 or 7737862. OLE color: 7737862.

HSL color Cylindrical-coordinate representation of color #061276: hue angle of 233.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061276 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB618118-
CMYK0.950.8500.54
HSL233.57º90.32%24.31%-
HSV(B)233.57º94.92%46.27%-
XYZ3.561.7817.3-
YUV25.81180.02113.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 118 (46.48% from 255) = 83.10%
R=4.23%
G=12.68%
B=83.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6181180.950.8500.54233.5790.3224.31
Hex612765F55036ea5a18
Octal62216613712506635213230
Binary11010010111011010111111010101011011011101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061276; }

 p { color: rgb(6,18,118); }

 H1.HeaderClassName
 {
   color: #061276;
 }
 .AnyTagClassName
 {
   color: #061276;
 }
</style>
background-color css

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

 a { background-color: rgb(6,18,118); }

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

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

 span { border-color: rgb(6,18,118); }

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