#123168

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

Shades of Sapphire #123168

Tints of Sapphire #123168

Color information

#123168 (or 0x123168) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 68. RGB value is (18,49,104). Sum of RGB (Red+Green+Blue) = 18+49+104=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #123168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123168 is #EDCE97. Grayscale: #2D2D2D. Windows color (decimal): -15584920 or 6828306. OLE color: 6828306.

HSL color Cylindrical-coordinate representation of color #123168: hue angle of 218.37º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123168 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1849104-
CMYK0.830.5300.59
HSL218.37º70.49%23.92%-
HSV(B)218.37º82.69%40.78%-
XYZ3.853.3213.54-
YUV46160.73108.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=10.53%
G=28.65%
B=60.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18491040.830.5300.59218.3770.4923.92
Hex123168533503Bda4618
Octal22611501236507333210630
Binary1001011000111010001010011110101011101111011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123168; }

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

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

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

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

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

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

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

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