#123363

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

Shades of Sapphire #123363

Tints of Sapphire #123363

Color information

#123363 (or 0x123363) is unknown color: approx Sapphire. HEX triplet: 12, 33 and 63. RGB value is (18,51,99). Sum of RGB (Red+Green+Blue) = 18+51+99=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #123363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123363 is #EDCC9C. Grayscale: #2E2E2E. Windows color (decimal): -15584413 or 6501138. OLE color: 6501138.

HSL color Cylindrical-coordinate representation of color #123363: hue angle of 215.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123363 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB185199-
CMYK0.820.4800.61
HSL215.56º69.23%22.94%-
HSV(B)215.56º81.82%38.82%-
XYZ3.693.412.27-
YUV46.6157.57107.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=10.71%
G=30.36%
B=58.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1851990.820.4800.61215.5669.2322.94
Hex123363523003Dd84517
Octal22631431226007533010527
Binary1001011001111000111010010110000011110111011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123363; }

 p { color: rgb(18,51,99); }

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

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

 a { background-color: rgb(18,51,99); }

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

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

 span { border-color: rgb(18,51,99); }

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