#061569

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

Shades of Sapphire #061569

Tints of Sapphire #061569

Color information

#061569 (or 0x061569) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 69. RGB value is (6,21,105). Sum of RGB (Red+Green+Blue) = 6+21+105=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 105 (41.41% from 255 or 79.55% from 132); Max value from RGB is 105 - color contains mainly: blue. Hex color #061569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061569 is #F9EA96. Grayscale: #191919. Windows color (decimal): -16378519 or 6886662. OLE color: 6886662.

HSL color Cylindrical-coordinate representation of color #061569: hue angle of 230.91º 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 #061569 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB621105-
CMYK0.940.8000.59
HSL230.91º89.19%21.76%-
HSV(B)230.91º94.29%41.18%-
XYZ2.891.5913.52-
YUV26.09172.53113.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 105 (41.41% from 255) = 79.55%
R=4.55%
G=15.91%
B=79.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6211050.940.8000.59230.9189.1921.76
Hex615695E5003Be75916
Octal62515113612007334713126
Binary11010101110100110111101010000011101111100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061569; }

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

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

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

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

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

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

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

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