#123571

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

Shades of Sapphire #123571

Tints of Sapphire #123571

Color information

#123571 (or 0x123571) is unknown color: approx Sapphire. HEX triplet: 12, 35 and 71. RGB value is (18,53,113). Sum of RGB (Red+Green+Blue) = 18+53+113=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #123571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123571 is #EDCA8E. Grayscale: #313131. Windows color (decimal): -15583887 or 7419154. OLE color: 7419154.

HSL color Cylindrical-coordinate representation of color #123571: hue angle of 217.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123571 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1853113-
CMYK0.840.5300.56
HSL217.89º72.52%25.69%-
HSV(B)217.89º84.07%44.31%-
XYZ4.53.8716.13-
YUV49.37163.9105.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=9.78%
G=28.80%
B=61.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18531130.840.5300.56217.8972.5225.69
Hex1235715435038da491a
Octal22651611246507033211132
Binary1001011010111100011010100110101011100011011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123571; }

 p { color: rgb(18,53,113); }

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

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

 a { background-color: rgb(18,53,113); }

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

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

 span { border-color: rgb(18,53,113); }

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