#123468

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

Shades of Sapphire #123468

Tints of Sapphire #123468

Color information

#123468 (or 0x123468) is unknown color: approx Sapphire. HEX triplet: 12, 34 and 68. RGB value is (18,52,104). Sum of RGB (Red+Green+Blue) = 18+52+104=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #123468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123468 is #EDCB97. Grayscale: #2F2F2F. Windows color (decimal): -15584152 or 6829074. OLE color: 6829074.

HSL color Cylindrical-coordinate representation of color #123468: hue angle of 216.28º 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 #123468 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1852104-
CMYK0.830.5000.59
HSL216.28º70.49%23.92%-
HSV(B)216.28º82.69%40.78%-
XYZ3.983.5813.58-
YUV47.76159.74106.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=10.34%
G=29.89%
B=59.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18521040.830.5000.59216.2870.4923.92
Hex123468533203Bd84618
Octal22641501236207333010630
Binary1001011010011010001010011110010011101111011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123468; }

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

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

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

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

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

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

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

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