#012471

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

Shades of Sapphire #012471

Tints of Sapphire #012471

Color information

#012471 (or 0x012471) is unknown color: approx Sapphire. HEX triplet: 01, 24 and 71. RGB value is (1,36,113). Sum of RGB (Red+Green+Blue) = 1+36+113=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #012471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012471 is #FEDB8E. Grayscale: #212121. Windows color (decimal): -16702351 or 7414785. OLE color: 7414785.

HSL color Cylindrical-coordinate representation of color #012471: hue angle of 221.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012471 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB136113-
CMYK0.990.6800.56
HSL221.25º98.25%22.35%-
HSV(B)221.25º99.12%44.31%-
XYZ3.622.4615.91-
YUV34.31172.4104.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 113 (44.53% from 255) = 75.33%
R=0.67%
G=24%
B=75.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1361130.990.6800.56221.2598.2522.35
Hex124716344038dd6216
Octal14416114310407033514226
Binary1100100111000111000111000100011100011011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012471; }

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

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

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

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

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

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

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

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