#183170

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

Shades of Sapphire #183170

Tints of Sapphire #183170

Color information

#183170 (or 0x183170) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 70. RGB value is (24,49,112). Sum of RGB (Red+Green+Blue) = 24+49+112=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #183170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183170 is #E7CE8F. Grayscale: #303030. Windows color (decimal): -15191696 or 7352600. OLE color: 7352600.

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

Color convert

RGB2449112-
CMYK0.790.5600.56
HSL222.95º64.71%26.67%-
HSV(B)222.95º78.57%43.92%-
XYZ4.43.5615.78-
YUV48.71163.72110.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=12.97%
G=26.49%
B=60.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24491120.790.5600.56222.9564.7126.67
Hex1831704F38038df411b
Octal30611601177007033710133
Binary1100011000111100001001111111000011100011011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183170; }

 p { color: rgb(24,49,112); }

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

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

 a { background-color: rgb(24,49,112); }

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

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

 span { border-color: rgb(24,49,112); }

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