#061860

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

Shades of Sapphire #061860

Tints of Sapphire #061860

Color information

#061860 (or 0x061860) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 60. RGB value is (6,24,96). Sum of RGB (Red+Green+Blue) = 6+24+96=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #061860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061860 is #F9E79F. Grayscale: #1A1A1A. Windows color (decimal): -16377760 or 6297606. OLE color: 6297606.

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

Color convert

RGB62496-
CMYK0.940.7500.62
HSL228º88.24%20%-
HSV(B)228º93.75%37.65%-
XYZ2.511.5411.23-
YUV26.83167.04113.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=4.76%
G=19.05%
B=76.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal624960.940.7500.6222888.2420
Hex618605E4B03Ee45814
Octal63014013611307634413024
Binary11011000110000010111101001011011111011100100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061860; }

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

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

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

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

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

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

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

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