#061271

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

Shades of Midnight Blue #061271

Tints of Midnight Blue #061271

Color information

#061271 (or 0x061271) is unknown color: approx Midnight Blue. HEX triplet: 06, 12 and 71. RGB value is (6,18,113). Sum of RGB (Red+Green+Blue) = 6+18+113=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #061271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061271 is #F9ED8E. Grayscale: #181818. Windows color (decimal): -16379279 or 7410182. OLE color: 7410182.

HSL color Cylindrical-coordinate representation of color #061271: hue angle of 233.27º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061271 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB618113-
CMYK0.950.8400.56
HSL233.27º89.92%23.33%-
HSV(B)233.27º94.69%44.31%-
XYZ3.271.6615.77-
YUV25.24177.52114.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 113 (44.53% from 255) = 82.48%
R=4.38%
G=13.14%
B=82.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6181130.950.8400.56233.2789.9223.33
Hex612715F54038e95a17
Octal62216113712407035113227
Binary11010010111000110111111010100011100011101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061271; }

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

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

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

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

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

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

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

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