#021850

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

Shades of Sapphire #021850

Tints of Sapphire #021850

Color information

#021850 (or 0x021850) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 50. RGB value is (2,24,80). Sum of RGB (Red+Green+Blue) = 2+24+80=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #021850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021850 is #FDE7AF. Grayscale: #171717. Windows color (decimal): -16639920 or 5249026. OLE color: 5249026.

HSL color Cylindrical-coordinate representation of color #021850: hue angle of 223.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021850 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB22480-
CMYK0.980.7000.69
HSL223.08º95.12%16.08%-
HSV(B)223.08º97.5%31.37%-
XYZ1.81.257.73-
YUV23.81159.71112.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 80 (31.64% from 255) = 75.47%
R=1.89%
G=22.64%
B=75.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal224800.980.7000.69223.0895.1216.08
Hex218506246045df5f10
Octal230120142106010533713720
Binary10110001010000110001010001100100010111011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021850; }

 p { color: rgb(2,24,80); }

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

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

 a { background-color: rgb(2,24,80); }

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

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

 span { border-color: rgb(2,24,80); }

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