#012560

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

Shades of Sapphire #012560

Tints of Sapphire #012560

Color information

#012560 (or 0x012560) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 60. RGB value is (1,37,96). Sum of RGB (Red+Green+Blue) = 1+37+96=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #012560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012560 is #FEDA9F. Grayscale: #202020. Windows color (decimal): -16702112 or 6300929. OLE color: 6300929.

HSL color Cylindrical-coordinate representation of color #012560: hue angle of 217.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012560 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB13796-
CMYK0.990.6100.62
HSL217.26º97.94%19.02%-
HSV(B)217.26º98.96%37.65%-
XYZ2.792.1711.34-
YUV32.96163.57105.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=0.75%
G=27.61%
B=71.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal137960.990.6100.62217.2697.9419.02
Hex12560633D03Ed96213
Octal1451401437507633114223
Binary110010111000001100011111101011111011011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012560; }

 p { color: rgb(1,37,96); }

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

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

 a { background-color: rgb(1,37,96); }

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

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

 span { border-color: rgb(1,37,96); }

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