#012554

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

Shades of Sapphire #012554

Tints of Sapphire #012554

Color information

#012554 (or 0x012554) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 54. RGB value is (1,37,84). Sum of RGB (Red+Green+Blue) = 1+37+84=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #012554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012554 is #FEDAAB. Grayscale: #1F1F1F. Windows color (decimal): -16702124 or 5514497. OLE color: 5514497.

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

Color convert

RGB13784-
CMYK0.990.5600.67
HSL213.98º97.65%16.67%-
HSV(B)213.98º98.81%32.94%-
XYZ2.271.978.65-
YUV31.59157.57106.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 84 (33.20% from 255) = 68.85%
R=0.82%
G=30.33%
B=68.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal137840.990.5600.67213.9897.6516.67
Hex125546338043d66211
Octal14512414370010332614221
Binary1100101101010011000111110000100001111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012554; }

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

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

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

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

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

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

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

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