#02177B

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

Shades of Sapphire #02177B

Tints of Sapphire #02177B

Color information

#02177B (or 0x02177B) is unknown color: approx Sapphire. HEX triplet: 02, 17 and 7B. RGB value is (2,23,123). Sum of RGB (Red+Green+Blue) = 2+23+123=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 123 (48.44% from 255 or 83.11% from 148); Max value from RGB is 123 - color contains mainly: blue. Hex color #02177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02177B is #FDE884. Grayscale: #1B1B1B. Windows color (decimal): -16640133 or 8066818. OLE color: 8066818.

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

Color convert

RGB223123-
CMYK0.980.8100.52
HSL229.59º96.8%24.51%-
HSV(B)229.59º98.37%48.24%-
XYZ3.912.0618.93-
YUV28.12181.54109.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 123 (48.44% from 255) = 83.11%
R=1.35%
G=15.54%
B=83.11%

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
Decimal2231230.980.8100.52229.5996.824.51
Hex2177B6251034e66119
Octal22717314212106434614131
Binary1010111111101111000101010001011010011100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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