#123260

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

Shades of Sapphire #123260

Tints of Sapphire #123260

Color information

#123260 (or 0x123260) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 60. RGB value is (18,50,96). Sum of RGB (Red+Green+Blue) = 18+50+96=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #123260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123260 is #EDCD9F. Grayscale: #2D2D2D. Windows color (decimal): -15584672 or 6304274. OLE color: 6304274.

HSL color Cylindrical-coordinate representation of color #123260: hue angle of 215.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123260 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185096-
CMYK0.810.4800.62
HSL215.38º68.42%22.35%-
HSV(B)215.38º81.25%37.65%-
XYZ3.53.2511.51-
YUV45.68156.4108.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=10.98%
G=30.49%
B=58.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1850960.810.4800.62215.3868.4222.35
Hex123260513003Ed74416
Octal22621401216007632710426
Binary1001011001011000001010001110000011111011010111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123260; }

 p { color: rgb(18,50,96); }

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

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

 a { background-color: rgb(18,50,96); }

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

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

 span { border-color: rgb(18,50,96); }

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