#021575

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

Shades of Sapphire #021575

Tints of Sapphire #021575

Color information

#021575 (or 0x021575) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 75. RGB value is (2,21,117). Sum of RGB (Red+Green+Blue) = 2+21+117=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #021575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021575 is #FDEA8A. Grayscale: #191919. Windows color (decimal): -16640651 or 7673090. OLE color: 7673090.

HSL color Cylindrical-coordinate representation of color #021575: hue angle of 230.09º 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 #021575 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB221117-
CMYK0.980.8200.54
HSL230.09º96.64%23.33%-
HSV(B)230.09º98.29%45.88%-
XYZ3.51.8317-
YUV26.26179.21110.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=1.43%
G=15%
B=83.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2211170.980.8200.54230.0996.6423.33
Hex215756252036e66117
Octal22516514212206634614127
Binary1010101111010111000101010010011011011100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021575; }

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

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

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

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

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

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

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

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