#123573

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

Shades of Sapphire #123573

Tints of Sapphire #123573

Color information

#123573 (or 0x123573) is unknown color: approx Sapphire. HEX triplet: 12, 35 and 73. RGB value is (18,53,115). Sum of RGB (Red+Green+Blue) = 18+53+115=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #123573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123573 is #EDCA8C. Grayscale: #313131. Windows color (decimal): -15583885 or 7550226. OLE color: 7550226.

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

Color convert

RGB1853115-
CMYK0.840.5400.55
HSL218.35º72.93%26.08%-
HSV(B)218.35º84.35%45.1%-
XYZ4.623.9116.73-
YUV49.6164.9105.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 115 (45.31% from 255) = 61.83%
R=9.68%
G=28.49%
B=61.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18531150.840.5400.55218.3572.9326.08
Hex1235735436037da491a
Octal22651631246606733211132
Binary1001011010111100111010100110110011011111011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123573; }

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

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

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

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

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

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

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

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