#012581

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

Shades of Sapphire #012581

Tints of Sapphire #012581

Color information

#012581 (or 0x012581) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 81. RGB value is (1,37,129). Sum of RGB (Red+Green+Blue) = 1+37+129=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #012581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012581 is #FEDA7E. Grayscale: #242424. Windows color (decimal): -16702079 or 8463617. OLE color: 8463617.

HSL color Cylindrical-coordinate representation of color #012581: hue angle of 223.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012581 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB137129-
CMYK0.990.7100.49
HSL223.12º98.46%25.49%-
HSV(B)223.12º99.22%50.59%-
XYZ4.642.9121.09-
YUV36.72180.07102.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 129 (50.78% from 255) = 77.25%
R=0.60%
G=22.16%
B=77.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1371290.990.7100.49223.1298.4625.49
Hex125816347031df6219
Octal14520114310706133714231
Binary11001011000000111000111000111011000111011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012581; }

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

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

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

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

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

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

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

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