#061269

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

Shades of Midnight Blue #061269

Tints of Midnight Blue #061269

Color information

#061269 (or 0x061269) is unknown color: approx Midnight Blue. HEX triplet: 06, 12 and 69. RGB value is (6,18,105). Sum of RGB (Red+Green+Blue) = 6+18+105=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #061269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061269 is #F9ED96. Grayscale: #171717. Windows color (decimal): -16379287 or 6885894. OLE color: 6885894.

HSL color Cylindrical-coordinate representation of color #061269: hue angle of 232.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061269 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB618105-
CMYK0.940.8300.59
HSL232.73º89.19%21.76%-
HSV(B)232.73º94.29%41.18%-
XYZ2.841.4913.5-
YUV24.33173.52114.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 105 (41.41% from 255) = 81.40%
R=4.65%
G=13.95%
B=81.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6181050.940.8300.59232.7389.1921.76
Hex612695E5303Be95916
Octal62215113612307335113126
Binary11010010110100110111101010011011101111101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061269; }

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

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

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

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

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

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

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

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