#061360

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

Shades of Sapphire #061360

Tints of Sapphire #061360

Color information

#061360 (or 0x061360) is unknown color: approx Sapphire. HEX triplet: 06, 13 and 60. RGB value is (6,19,96). Sum of RGB (Red+Green+Blue) = 6+19+96=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #061360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061360 is #F9EC9F. Grayscale: #171717. Windows color (decimal): -16379040 or 6296326. OLE color: 6296326.

HSL color Cylindrical-coordinate representation of color #061360: hue angle of 231.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061360 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB61996-
CMYK0.940.8000.62
HSL231.33º88.24%20%-
HSV(B)231.33º93.75%37.65%-
XYZ2.421.3511.2-
YUV23.89168.69115.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 96 (37.89% from 255) = 79.34%
R=4.96%
G=15.70%
B=79.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal619960.940.8000.62231.3388.2420
Hex613605E5003Ee75814
Octal62314013612007634713024
Binary11010011110000010111101010000011111011100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061360; }

 p { color: rgb(6,19,96); }

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

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

 a { background-color: rgb(6,19,96); }

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

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

 span { border-color: rgb(6,19,96); }

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