#02175B

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

Shades of Sapphire #02175B

Tints of Sapphire #02175B

Color information

#02175B (or 0x02175B) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 5B. RGB value is (2,23,91). Sum of RGB (Red+Green+Blue) = 2+23+91=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #02175B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02175B is #FDE8A4. Grayscale: #181818. Windows color (decimal): -16640165 or 5969666. OLE color: 5969666.

HSL color Cylindrical-coordinate representation of color #02175B: hue angle of 225.84º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02175B is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB22391-
CMYK0.980.7500.64
HSL225.84º95.7%18.24%-
HSV(B)225.84º97.8%35.69%-
XYZ2.221.3810.05-
YUV24.47165.54111.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 91 (35.94% from 255) = 78.45%
R=1.72%
G=19.83%
B=78.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal223910.980.7500.64225.8495.718.24
Hex2175B624B040e26012
Octal227133142113010034214022
Binary10101111011011110001010010110100000011100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02175B; }

 p { color: rgb(2,23,91); }

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

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

 a { background-color: rgb(2,23,91); }

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

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

 span { border-color: rgb(2,23,91); }

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