#183570

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

Shades of Sapphire #183570

Tints of Sapphire #183570

Color information

#183570 (or 0x183570) is unknown color: approx Sapphire. HEX triplet: 18, 35 and 70. RGB value is (24,53,112). Sum of RGB (Red+Green+Blue) = 24+53+112=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #183570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183570 is #E7CA8F. Grayscale: #323232. Windows color (decimal): -15190672 or 7353624. OLE color: 7353624.

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

Color convert

RGB2453112-
CMYK0.790.5300.56
HSL220.23º64.71%26.67%-
HSV(B)220.23º78.57%43.92%-
XYZ4.573.9115.84-
YUV51.06162.39108.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=12.70%
G=28.04%
B=59.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24531120.790.5300.56220.2364.7126.67
Hex1835704F35038dc411b
Octal30651601176507033410133
Binary1100011010111100001001111110101011100011011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183570; }

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

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

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

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

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

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

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

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