#17376F

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

Shades of Sapphire #17376F

Tints of Sapphire #17376F

Color information

#17376F (or 0x17376F) is unknown color: approx Sapphire. HEX triplet: 17, 37 and 6F. RGB value is (23,55,111). Sum of RGB (Red+Green+Blue) = 23+55+111=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #17376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17376F is #E8C890. Grayscale: #333333. Windows color (decimal): -15255697 or 7288599. OLE color: 7288599.

HSL color Cylindrical-coordinate representation of color #17376F: hue angle of 218.18º 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 #17376F is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2355111-
CMYK0.790.5000.56
HSL218.18º65.67%26.27%-
HSV(B)218.18º79.28%43.53%-
XYZ4.594.0615.58-
YUV51.82161.4107.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=12.17%
G=29.10%
B=58.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23551110.790.5000.56218.1865.6726.27
Hex17376F4F32038da421a
Octal27671571176207033210232
Binary1011111011111011111001111110010011100011011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17376F; }

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

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

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

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

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

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

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

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