#021672

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

Shades of Sapphire #021672

Tints of Sapphire #021672

Color information

#021672 (or 0x021672) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 72. RGB value is (2,22,114). Sum of RGB (Red+Green+Blue) = 2+22+114=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #021672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021672 is #FDE98D. Grayscale: #1A1A1A. Windows color (decimal): -16640398 or 7476738. OLE color: 7476738.

HSL color Cylindrical-coordinate representation of color #021672: hue angle of 229.29º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021672 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB222114-
CMYK0.980.8100.55
HSL229.29º96.55%22.75%-
HSV(B)229.29º98.25%44.71%-
XYZ3.351.816.09-
YUV26.51177.37110.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=1.45%
G=15.94%
B=82.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2221140.980.8100.55229.2996.5522.75
Hex216726251037e56117
Octal22616214212106734514127
Binary1010110111001011000101010001011011111100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021672; }

 p { color: rgb(2,22,114); }

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

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

 a { background-color: rgb(2,22,114); }

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

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

 span { border-color: rgb(2,22,114); }

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