#021675

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

Shades of Sapphire #021675

Tints of Sapphire #021675

Color information

#021675 (or 0x021675) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 75. RGB value is (2,22,117). Sum of RGB (Red+Green+Blue) = 2+22+117=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #021675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021675 is #FDE98A. Grayscale: #1A1A1A. Windows color (decimal): -16640395 or 7673346. OLE color: 7673346.

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

Color convert

RGB222117-
CMYK0.980.8100.54
HSL229.57º96.64%23.33%-
HSV(B)229.57º98.29%45.88%-
XYZ3.521.8717.01-
YUV26.85178.87110.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 117 (46.09% from 255) = 82.98%
R=1.42%
G=15.60%
B=82.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2221170.980.8100.54229.5796.6423.33
Hex216756251036e66117
Octal22616514212106634614127
Binary1010110111010111000101010001011011011100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021675; }

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

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

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

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

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

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

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

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