#183177

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

Shades of Sapphire #183177

Tints of Sapphire #183177

Color information

#183177 (or 0x183177) is unknown color: approx Sapphire. HEX triplet: 18, 31 and 77. RGB value is (24,49,119). Sum of RGB (Red+Green+Blue) = 24+49+119=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #183177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183177 is #E7CE88. Grayscale: #313131. Windows color (decimal): -15191689 or 7811352. OLE color: 7811352.

HSL color Cylindrical-coordinate representation of color #183177: hue angle of 224.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183177 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2449119-
CMYK0.800.5900.53
HSL224.21º66.43%28.04%-
HSV(B)224.21º79.83%46.67%-
XYZ4.83.7217.92-
YUV49.5167.22109.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=12.5%
G=25.52%
B=61.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24491190.800.5900.53224.2166.4328.04
Hex183177503B035e0421c
Octal30611671207306534010234
Binary1100011000111101111010000111011011010111100000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183177; }

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

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

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

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

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

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

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

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