#021057

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

Shades of Sapphire #021057

Tints of Sapphire #021057

Color information

#021057 (or 0x021057) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 57. RGB value is (2,16,87). Sum of RGB (Red+Green+Blue) = 2+16+87=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #021057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021057 is #FDEFA8. Grayscale: #131313. Windows color (decimal): -16641961 or 5705730. OLE color: 5705730.

HSL color Cylindrical-coordinate representation of color #021057: hue angle of 230.12º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021057 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB21687-
CMYK0.980.8200.66
HSL230.12º95.51%17.45%-
HSV(B)230.12º97.7%34.12%-
XYZ1.931.079.12-
YUV19.91165.86115.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 87 (34.38% from 255) = 82.86%
R=1.90%
G=15.24%
B=82.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal216870.980.8200.66230.1295.5117.45
Hex210576252042e66011
Octal220127142122010234614021
Binary10100001010111110001010100100100001011100110110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021057; }

 p { color: rgb(2,16,87); }

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

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

 a { background-color: rgb(2,16,87); }

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

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

 span { border-color: rgb(2,16,87); }

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