#183169

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

Shades of Sapphire #183169

Tints of Sapphire #183169

Color information

#183169 (or 0x183169) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 69. RGB value is (24,49,105). Sum of RGB (Red+Green+Blue) = 24+49+105=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #183169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183169 is #E7CE96. Grayscale: #2F2F2F. Windows color (decimal): -15191703 or 6893848. OLE color: 6893848.

HSL color Cylindrical-coordinate representation of color #183169: hue angle of 221.48º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183169 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2449105-
CMYK0.770.5300.59
HSL221.48º62.79%25.29%-
HSV(B)221.48º77.14%41.18%-
XYZ4.023.4113.81-
YUV47.91160.22110.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=13.48%
G=27.53%
B=58.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24491050.770.5300.59221.4862.7925.29
Hex1831694D3503Bdd3f19
Octal3061151115650733357731
Binary110001100011101001100110111010101110111101110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183169; }

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

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

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

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

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

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

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

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