#183166

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

Shades of Sapphire #183166

Tints of Sapphire #183166

Color information

#183166 (or 0x183166) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 66. RGB value is (24,49,102). Sum of RGB (Red+Green+Blue) = 24+49+102=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #183166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183166 is #E7CE99. Grayscale: #2F2F2F. Windows color (decimal): -15191706 or 6697240. OLE color: 6697240.

HSL color Cylindrical-coordinate representation of color #183166: hue angle of 220.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183166 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2449102-
CMYK0.760.5200.6
HSL220.77º61.9%24.71%-
HSV(B)220.77º76.47%40%-
XYZ3.873.3513.01-
YUV47.57158.72111.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=13.71%
G=28%
B=58.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24491020.760.5200.6220.7761.924.71
Hex1831664C3403Cdd3e19
Octal3061146114640743357631
Binary110001100011100110100110011010001111001101110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183166; }

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

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

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

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

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

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

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

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