#02175E

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

Shades of Sapphire #02175E

Tints of Sapphire #02175E

Color information

#02175E (or 0x02175E) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 5E. RGB value is (2,23,94). Sum of RGB (Red+Green+Blue) = 2+23+94=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #02175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02175E is #FDE8A1. Grayscale: #181818. Windows color (decimal): -16640162 or 6166274. OLE color: 6166274.

HSL color Cylindrical-coordinate representation of color #02175E: hue angle of 226.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02175E is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB22394-
CMYK0.980.7600.63
HSL226.3º95.83%18.82%-
HSV(B)226.3º97.87%36.86%-
XYZ2.351.4310.74-
YUV24.82167.04111.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 94 (37.11% from 255) = 78.99%
R=1.68%
G=19.33%
B=78.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal223940.980.7600.63226.395.8318.82
Hex2175E624C03Fe26013
Octal22713614211407734214023
Binary1010111101111011000101001100011111111100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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