#183577

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

Shades of Sapphire #183577

Tints of Sapphire #183577

Color information

#183577 (or 0x183577) is unknown color: approx Sapphire. HEX triplet: 18, 35 and 77. RGB value is (24,53,119). Sum of RGB (Red+Green+Blue) = 24+53+119=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #183577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183577 is #E7CA88. Grayscale: #333333. Windows color (decimal): -15190665 or 7812376. OLE color: 7812376.

HSL color Cylindrical-coordinate representation of color #183577: hue angle of 221.68º 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 #183577 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2453119-
CMYK0.800.5500.53
HSL221.68º66.43%28.04%-
HSV(B)221.68º79.83%46.67%-
XYZ4.984.0717.98-
YUV51.85165.89108.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=12.24%
G=27.04%
B=60.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24531190.800.5500.53221.6866.4328.04
Hex1835775037035de421c
Octal30651671206706533610234
Binary1100011010111101111010000110111011010111011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183577; }

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

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

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

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

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

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

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

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