#02177A

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

Shades of Sapphire #02177A

Tints of Sapphire #02177A

Color information

#02177A (or 0x02177A) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 7A. RGB value is (2,23,122). Sum of RGB (Red+Green+Blue) = 2+23+122=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #02177A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02177A is #FDE885. Grayscale: #1B1B1B. Windows color (decimal): -16640134 or 8001282. OLE color: 8001282.

HSL color Cylindrical-coordinate representation of color #02177A: hue angle of 229.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02177A is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB223122-
CMYK0.980.8100.52
HSL229.5º96.77%24.31%-
HSV(B)229.5º98.36%47.84%-
XYZ3.842.0318.6-
YUV28.01181.04109.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=1.36%
G=15.65%
B=82.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2231220.980.8100.52229.596.7724.31
Hex2177A6251034e66118
Octal22717214212106434614130
Binary1010111111101011000101010001011010011100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02177A; }

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

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

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

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

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

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

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

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