#173770

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

Shades of Sapphire #173770

Tints of Sapphire #173770

Color information

#173770 (or 0x173770) is unknown color: approx Sapphire. HEX triplet: 17, 37 and 70. RGB value is (23,55,112). Sum of RGB (Red+Green+Blue) = 23+55+112=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #173770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173770 is #E8C88F. Grayscale: #333333. Windows color (decimal): -15255696 or 7354135. OLE color: 7354135.

HSL color Cylindrical-coordinate representation of color #173770: hue angle of 218.43º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #173770 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2355112-
CMYK0.790.5100.56
HSL218.43º65.93%26.47%-
HSV(B)218.43º79.46%43.92%-
XYZ4.644.0815.87-
YUV51.93161.9107.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=12.11%
G=28.95%
B=58.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23551120.790.5100.56218.4365.9326.47
Hex1737704F33038da421a
Octal27671601176307033210232
Binary1011111011111100001001111110011011100011011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173770; }

 p { color: rgb(23,55,112); }

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

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

 a { background-color: rgb(23,55,112); }

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

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

 span { border-color: rgb(23,55,112); }

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