#123172

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

Shades of Sapphire #123172

Tints of Sapphire #123172

Color information

#123172 (or 0x123172) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 72. RGB value is (18,49,114). Sum of RGB (Red+Green+Blue) = 18+49+114=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #123172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123172 is #EDCE8D. Grayscale: #2E2E2E. Windows color (decimal): -15584910 or 7483666. OLE color: 7483666.

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

Color convert

RGB1849114-
CMYK0.840.5700.55
HSL220.62º72.73%25.88%-
HSV(B)220.62º84.21%44.71%-
XYZ4.393.5416.37-
YUV47.14165.73107.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=9.94%
G=27.07%
B=62.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18491140.840.5700.55220.6272.7325.88
Hex1231725439037dd491a
Octal22611621247106733511132
Binary1001011000111100101010100111001011011111011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123172; }

 p { color: rgb(18,49,114); }

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

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

 a { background-color: rgb(18,49,114); }

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

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

 span { border-color: rgb(18,49,114); }

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