#012481

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

Shades of Sapphire #012481

Tints of Sapphire #012481

Color information

#012481 (or 0x012481) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 81. RGB value is (1,36,129). Sum of RGB (Red+Green+Blue) = 1+36+129=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 129 (50.78% from 255 or 77.71% from 166); Max value from RGB is 129 - color contains mainly: blue. Hex color #012481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012481 is #FEDB7E. Grayscale: #232323. Windows color (decimal): -16702335 or 8463361. OLE color: 8463361.

HSL color Cylindrical-coordinate representation of color #012481: hue angle of 223.59º 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 #012481 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB136129-
CMYK0.990.7200.49
HSL223.59º98.46%25.49%-
HSV(B)223.59º99.22%50.59%-
XYZ4.612.8521.08-
YUV36.14180.4102.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 129 (50.78% from 255) = 77.71%
R=0.60%
G=21.69%
B=77.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1361290.990.7200.49223.5998.4625.49
Hex124816348031e06219
Octal14420114311006134014231
Binary11001001000000111000111001000011000111100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012481; }

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

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

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

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

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

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

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

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